blob: 9aaf612eb54a13854f3abdb3a6ef0d3d58bef35a [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/macro-brackets.rs:11:21
|
LL | id![static X: u32 = 'a';];
| ^^^ expected `u32`, found `char`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.