]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/nested-item-spans.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / proc-macro / nested-item-spans.stderr
1 error[E0308]: mismatched types
2   --> $DIR/nested-item-spans.rs:9:22
3    |
4 LL |         let x: u32 = "x";
5    |                      ^^^ expected u32, found &str
6
7 error[E0308]: mismatched types
8   --> $DIR/nested-item-spans.rs:18:22
9    |
10 LL |         let x: u32 = "x";
11    |                      ^^^ expected u32, found &str
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0308`.