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 33
44// Normalize the emitted location so this doesn't need
55// 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 "
77
88struct A ;
99struct B ;
Original file line number Diff line number Diff line change 11error[E0308]: mismatched types
2- --> $DIR/track-diagnostics.rs:$LINE::$COL
2+ --> $DIR/track-diagnostics.rs:LL:CC
33 |
44LL | const S: A = B;
55 | ^ 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
77
88error: aborting due to previous error
99
You can’t perform that action at this time.
0 commit comments