mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
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
|
|
|