]> git.lizzy.rs Git - rust.git/blob - src/test/ui/meta-expected-error-wrong-rev.a.stderr
Fix no-link-with-link-args by introducing another normalization.
[rust.git] / src / test / ui / meta-expected-error-wrong-rev.a.stderr
1 error[E0308]: mismatched types
2   --> $DIR/meta-expected-error-wrong-rev.rs:23:18
3    |
4 LL |     let x: u32 = 22_usize; //[b]~ ERROR mismatched types
5    |                  ^^^^^^^^ expected u32, found usize
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.