Skip to content

Commit 264d0a2

Browse files
committed
Move non-existant type return test to the ui suite
1 parent ec47293 commit 264d0a2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
File renamed without changes.

src/test/ui/issue-53300.stderr

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
error[E0412]: cannot find type `Wrapper` in this scope
2+
--> $DIR/issue-53300.rs:17:18
3+
|
4+
LL | fn addition() -> Wrapper<impl A> {}
5+
| ^^^^^^^ not found in this scope
6+
7+
error: aborting due to previous error
8+
9+
For more information about this error, try `rustc --explain E0412`.

0 commit comments

Comments
 (0)