summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/span-absolute-posititions.stderr
blob: 6aca44a6b57a6199b621709fec317ed328a16fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: line/column mismatch: (0, 35) != (21, 35)
  --> $DIR/span-absolute-posititions.rs:21:35
   |
LL | assert_span_pos::assert_span_pos!(0, 35);
   |                                   ^

error: line/column mismatch: (22, 0) != (22, 35)
  --> $DIR/span-absolute-posititions.rs:22:35
   |
LL | assert_span_pos::assert_span_pos!(22, 0);
   |                                   ^^

error: aborting due to 2 previous errors