Skip to content

Commit

Permalink
Move non-existant type return test to the ui suite
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshBrudnak committed Aug 21, 2018
1 parent ec47293 commit 264d0a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions src/test/ui/issue-53300.stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
error[E0412]: cannot find type `Wrapper` in this scope
--> $DIR/issue-53300.rs:17:18
|
LL | fn addition() -> Wrapper<impl A> {}
| ^^^^^^^ not found in this scope

error: aborting due to previous error

For more information about this error, try `rustc --explain E0412`.

0 comments on commit 264d0a2

Please sign in to comment.