Move non-existant type return test to the ui suite

This commit is contained in:
JoshBrudnak 2018-08-19 19:16:48 -04:00 committed by josh
parent ec47293998
commit 264d0a2e5c
2 changed files with 9 additions and 0 deletions

View File

@ -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`.