Skip to content

Commit f22f149

Browse files
committed
Some path updates
1 parent 6367e69 commit f22f149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/check_unsafety.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl<'a, 'tcx> Visitor<'a, 'tcx> for UnsafetyVisitor<'a, 'tcx> {
364364
// If the called function has target features the calling function hasn't,
365365
// the call requires `unsafe`. Don't check this on wasm
366366
// targets, though. For more information on wasm see the
367-
// is_like_wasm check in typeck/src/collect.rs
367+
// is_like_wasm check in hir_analysis/src/collect.rs
368368
if !self.tcx.sess.target.options.is_like_wasm
369369
&& !self
370370
.tcx

0 commit comments

Comments
 (0)