rust/tests/ui/proc-macro/span-absolute-posititions.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
421 B
Plaintext
Raw Normal View History

error: line/column mismatch: (0, 35) != (21, 35)
--> $DIR/span-absolute-posititions.rs:21:35
2021-08-03 00:41:39 +00:00
|
LL | assert_span_pos::assert_span_pos!(0, 35);
| ^
error: line/column mismatch: (22, 0) != (22, 35)
--> $DIR/span-absolute-posititions.rs:22:35
2021-08-03 00:41:39 +00:00
|
LL | assert_span_pos::assert_span_pos!(22, 0);
2021-08-03 00:41:39 +00:00
| ^^
error: aborting due to 2 previous errors