summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-104510-ice.stderr
blob: 143139b2c089cd25af886cd2b7f3514c33fea2e7 (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 1 previous error

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