about summary refs log tree commit diff
path: root/tests
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 /tests
parent24d2ac0b56fcbde13d827745f66e73efb1e17156 (diff)
downloadrust-e86fbcfd7048dba4eb9b6461069f476d273a3b64.tar.gz
rust-e86fbcfd7048dba4eb9b6461069f476d273a3b64.zip
Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
Diffstat (limited to 'tests')
-rw-r--r--tests/rustdoc-ui/track-diagnostics.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/track-diagnostics.stderr b/tests/rustdoc-ui/track-diagnostics.stderr
index 131adfd588c..f7f3e368a3c 100644
--- a/tests/rustdoc-ui/track-diagnostics.stderr
+++ b/tests/rustdoc-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