]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-29084.stderr
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
[rust.git] / src / test / ui / macros / issue-29084.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-29084.rs:4:13
3    |
4 LL |         bar(&mut $d);
5    |             ^^^^^^^ expected `u8`, found `&mut u8`
6 ...
7 LL |     foo!(0u8);
8    |     --------- in this macro invocation
9    |
10    = note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0308`.