Skip to content

Commit f288b87

Browse files
pnkfelixvakaras
authored andcommitted
Move regression test from compile-fail/ to ui/ test directory.
1 parent 8b1ea84 commit f288b87

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/test/ui/nll/issue-50716.stderr

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
error: free region `'a` does not outlive free region `'static`
2+
--> $DIR/issue-50716.rs:25:14
3+
|
4+
LL | let _x = *s; //~ ERROR free region `'a` does not outlive free region `'static`
5+
| ^^
6+
7+
error: aborting due to previous error
8+

0 commit comments

Comments
 (0)