summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-104510-ice.stderr
blob: ddb510ef047725b3204844a0da34bb0ffb63db64 (plain)
1
2
3
4
5
6
7
8
9
error[E0412]: cannot find type `Oops` in this scope
  --> $DIR/issue-104510-ice.rs:4:21
   |
LL | struct W<T: ?Sized>(Oops);
   |                     ^^^^ not found in this scope

error: aborting due to previous error

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