Skip to content

Commit

Permalink
Move regression test from compile-fail/ to ui/ test directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix authored and vakaras committed Jun 27, 2018
1 parent 8b1ea84 commit f288b87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions src/test/ui/nll/issue-50716.stderr
@@ -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

0 comments on commit f288b87

Please sign in to comment.