File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
// Normalize the emitted location so this doesn't need
5
5
// updating everytime someone adds or removes a line.
6
- // normalize-stderr-test ".rs:\d+:\d+" -> ".rs:$$LINE::$$COL "
6
+ // normalize-stderr-test ".rs:\d+:\d+" -> ".rs:LL:CC "
7
7
8
8
struct A ;
9
9
struct B ;
Original file line number Diff line number Diff line change 1
1
error[E0308]: mismatched types
2
- --> $DIR/track-diagnostics.rs:$LINE::$COL
2
+ --> $DIR/track-diagnostics.rs:LL:CC
3
3
|
4
4
LL | const S: A = B;
5
5
| ^ expected struct `A`, found struct `B`
6
- -Ztrack-diagnostics: created at compiler/rustc_infer/src/infer/error_reporting/mod.rs:$LINE::$COL
6
+ -Ztrack-diagnostics: created at compiler/rustc_infer/src/infer/error_reporting/mod.rs:LL:CC
7
7
8
8
error: aborting due to previous error
9
9
You can’t perform that action at this time.
0 commit comments