]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/raw.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / libcore / raw.rs
index 75c329a7d6c10ad4a60d795a1fe58e48f6a69e02..cb0fb8795e581edbd5dd7c6acdae66e4758e65f1 100644 (file)
@@ -6,7 +6,8 @@
 //! They can be used as targets of transmutes in unsafe code for manipulating
 //! the raw representations directly.
 //!
-//! Their definition should always match the ABI defined in `rustc::back::abi`.
+//! Their definition should always match the ABI defined in
+//! `rustc_middle::ty::layout`.
 
 /// The representation of a trait object like `&SomeTrait`.
 ///