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