2018-05-22 10:01:21 -05:00
|
|
|
error[E0308]: mismatched types
|
2018-05-13 19:22:52 -05:00
|
|
|
--> $DIR/macro-brackets.rs:21:21
|
2018-05-22 10:01:21 -05:00
|
|
|
|
|
|
|
|
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`.
|