Move non-existant type return test to the ui suite
This commit is contained in:
parent
ec47293998
commit
264d0a2e5c
9
src/test/ui/issue-53300.stderr
Normal file
9
src/test/ui/issue-53300.stderr
Normal 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`.
|
Loading…
x
Reference in New Issue
Block a user