Move regression test from compile-fail/
to ui/
test directory.
This commit is contained in:
parent
8b1ea84265
commit
f288b87c23
8
src/test/ui/nll/issue-50716.stderr
Normal file
8
src/test/ui/nll/issue-50716.stderr
Normal file
@ -0,0 +1,8 @@
|
||||
error: free region `'a` does not outlive free region `'static`
|
||||
--> $DIR/issue-50716.rs:25:14
|
||||
|
|
||||
LL | let _x = *s; //~ ERROR free region `'a` does not outlive free region `'static`
|
||||
| ^^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
x
Reference in New Issue
Block a user