summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/apit-with-error-type-in-sig.stderr
blob: 6ed9b1f9b8cba0d9aeef9151493bca8dc66ea427 (plain)
1
2
3
4
5
6
7
8
9
error[E0412]: cannot find type `Bar` in this scope
  --> $DIR/apit-with-error-type-in-sig.rs:1:12
   |
LL | type Foo = Bar;
   |            ^^^ not found in this scope

error: aborting due to 1 previous error

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