]> git.lizzy.rs Git - rust.git/blob - src/test/ui/ui-testing-optout.stderr
Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomez
[rust.git] / src / test / ui / ui-testing-optout.stderr
1 error[E0412]: cannot find type `B` in this scope
2  --> $DIR/ui-testing-optout.rs:4:10
3   |
4 4 | type A = B;
5   |          ^ help: a type alias with a similar name exists: `A`
6
7 error[E0412]: cannot find type `D` in this scope
8   --> $DIR/ui-testing-optout.rs:10:10
9    |
10 10 | type C = D;
11    |          ^ help: a type alias with a similar name exists: `A`
12
13 error[E0412]: cannot find type `F` in this scope
14   --> $DIR/ui-testing-optout.rs:95:10
15    |
16 95 | type E = F;
17    |          ^ help: a type alias with a similar name exists: `A`
18
19 error: aborting due to 3 previous errors
20
21 For more information about this error, try `rustc --explain E0412`.