]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/transmutes_expressible_as_ptr_casts.fixed
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / transmutes_expressible_as_ptr_casts.fixed
index 539239fc18f9449f8b582b68a930f39ae2fcf664..7263abac15dfb96978597c5af32f24a4fb12ad25 100644 (file)
@@ -8,7 +8,7 @@
 
 use std::mem::{size_of, transmute};
 
-// rustc_typeck::check::cast contains documentation about when a cast `e as U` is
+// rustc_hir_analysis::check::cast contains documentation about when a cast `e as U` is
 // valid, which we quote from below.
 fn main() {
     // We should see an error message for each transmute, and no error messages for