Skip to content

Commit 382bc08

Browse files
committed
Move tests\ui\closures\fn-item-cannot-capture.rs to tests\ui\resolve\fn-item-cant-capture-dynamic-env.rs
1 parent 5cc2e91 commit 382bc08

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/ui/closures/fn-item-cannot-capture.stderr renamed to tests/ui/resolve/fn-item-cant-capture-dynamic-env.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0434]: can't capture dynamic environment in a fn item
2-
--> $DIR/fn-item-cannot-capture.rs:3:32
2+
--> $DIR/fn-item-cant-capture-dynamic-env.rs:3:32
33
|
44
LL | fn foo() -> isize { return bar; }
55
| ^^^

0 commit comments

Comments
 (0)