]> git.proxmox.com Git - rustc.git/blob - src/test/ui/proc-macro/macro-brackets.stderr
New upstream version 1.32.0~beta.2+dfsg1
[rustc.git] / src / test / ui / proc-macro / macro-brackets.stderr
1 error[E0308]: mismatched types
2 --> $DIR/macro-brackets.rs:21:21
3 |
4 LL | id![static X: u32 = 'a';]; //~ ERROR: mismatched types
5 | ^^^ expected u32, found char
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.