about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-09-29 09:33:30 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-09-29 09:33:30 +0000
commitf22f149dbde4836e85085943b1c9436bba4c1a6e (patch)
tree7c3fe8a0574579781e6d6763dd46c683f98b3aca
parent6367e69929bef8cbfbbde0d2218476a470f41f90 (diff)
downloadrust-f22f149dbde4836e85085943b1c9436bba4c1a6e.tar.gz
rust-f22f149dbde4836e85085943b1c9436bba4c1a6e.zip
Some path updates
-rw-r--r--compiler/rustc_mir_build/src/check_unsafety.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_build/src/check_unsafety.rs b/compiler/rustc_mir_build/src/check_unsafety.rs
index 495738ebe1c..988ebccb633 100644
--- a/compiler/rustc_mir_build/src/check_unsafety.rs
+++ b/compiler/rustc_mir_build/src/check_unsafety.rs
@@ -364,7 +364,7 @@ impl<'a, 'tcx> Visitor<'a, 'tcx> for UnsafetyVisitor<'a, 'tcx> {
                     // If the called function has target features the calling function hasn't,
                     // the call requires `unsafe`. Don't check this on wasm
                     // targets, though. For more information on wasm see the
-                    // is_like_wasm check in typeck/src/collect.rs
+                    // is_like_wasm check in hir_analysis/src/collect.rs
                     if !self.tcx.sess.target.options.is_like_wasm
                         && !self
                             .tcx