Skip to content

Commit c1c945a

Browse files
Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
1 parent 185f4b0 commit c1c945a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/track-diagnostics.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ error[E0308]: mismatched types
33
|
44
LL | const S: A = B;
55
| ^ expected `A`, found `B`
6-
-Ztrack-diagnostics: created at compiler/rustc_infer/src/infer/error_reporting/mod.rs:LL:CC
6+
-Ztrack-diagnostics: created at compiler/rustc_infer/src/error_reporting/infer/mod.rs:LL:CC
77

88
error: aborting due to 1 previous error
99

0 commit comments

Comments
 (0)