summary refs log tree commit diff
path: root/src/test/ui/macros/macro-comma-support.stderr
blob: a4bb8a9b32fb2ad833b8f8e43b18557016592528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: lel
  --> $DIR/macro-comma-support.rs:6:5
   |
LL |     compile_error!("lel"); //~ ERROR lel
   |     ^^^^^^^^^^^^^^^^^^^^^^

error: lel
  --> $DIR/macro-comma-support.rs:7:5
   |
LL |     compile_error!("lel",); //~ ERROR lel
   |     ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors