]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/issue-75801.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[rust.git] / tests / ui / proc-macro / issue-75801.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-75801.rs:17:6
3    |
4 LL |             let _bar: u32 = $arg;
5    |                       --- expected due to this
6 ...
7 LL | foo!("baz");
8    |      ^^^^^ expected `u32`, found `&str`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.