summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/macro-comma-support.stderr
blob: 874efccd323f8954e14b8c5dce624d08e3dda625 (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
  --> $DIR/macro-comma-support.rs:7:5
   |
LL |     compile_error!("lel",);
   |     ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors