summary refs log tree commit diff
path: root/src/test/ui/proc-macro/macro-brackets.stderr
blob: a3cc7d485cd39f45050e2d3827fb93ae303bc216 (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/macro-brackets.rs:11: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`.