about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-07-08 21:03:08 -0400
committerMichael Goulet <michael@errs.io>2024-07-15 20:16:12 -0400
commite86fbcfd7048dba4eb9b6461069f476d273a3b64 (patch)
tree8ff912a62e04b9e496bc862fe62ecd7431c0b05d /src
parent24d2ac0b56fcbde13d827745f66e73efb1e17156 (diff)
downloadrust-e86fbcfd7048dba4eb9b6461069f476d273a3b64.tar.gz
rust-e86fbcfd7048dba4eb9b6461069f476d273a3b64.zip
Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
Diffstat (limited to 'src')
-rw-r--r--src/tools/clippy/tests/ui/track-diagnostics.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/track-diagnostics.stderr b/src/tools/clippy/tests/ui/track-diagnostics.stderr
index 410e80f2528..3c7577dd003 100644
--- a/src/tools/clippy/tests/ui/track-diagnostics.stderr
+++ b/src/tools/clippy/tests/ui/track-diagnostics.stderr
@@ -3,7 +3,7 @@ error[E0308]: mismatched types
    |
 LL | const S: A = B;
    |              ^ expected `A`, found `B`
--Ztrack-diagnostics: created at compiler/rustc_infer/src/infer/error_reporting/mod.rs:LL:CC
+-Ztrack-diagnostics: created at compiler/rustc_infer/src/error_reporting/infer/mod.rs:LL:CC
 
 error: aborting due to 1 previous error