about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
diff options
context:
space:
mode:
authorouz-a <ouz.agz@gmail.com>2023-10-02 11:22:48 +0300
committerMark Rousskov <mark.simulacrum@gmail.com>2023-12-04 09:55:14 -0500
commit63976da0e8dbeecbbe9ad5f74441d5ee48945f32 (patch)
tree1dc2b6c45859ff67612c161d20219c57d810cb32 /compiler/rustc_codegen_cranelift/src
parent41b0ddd937570fd4117b460dc762a5fa0f7236e8 (diff)
downloadrust-63976da0e8dbeecbbe9ad5f74441d5ee48945f32.tar.gz
rust-63976da0e8dbeecbbe9ad5f74441d5ee48945f32.zip
have better explanation for `relate_types`
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
-rw-r--r--compiler/rustc_codegen_cranelift/src/value_and_place.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/value_and_place.rs b/compiler/rustc_codegen_cranelift/src/value_and_place.rs
index 09033cfb23f..45893a4f3ac 100644
--- a/compiler/rustc_codegen_cranelift/src/value_and_place.rs
+++ b/compiler/rustc_codegen_cranelift/src/value_and_place.rs
@@ -674,7 +674,7 @@ impl<'tcx> CPlace<'tcx> {
         }
     }
 
-    /// Used for `ProjectionElem::Subtype`, ty has to be monomorphized before
+    /// Used for `ProjectionElem::Subtype`, `ty` has to be monomorphized before
     /// passed on.
     pub(crate) fn place_transmute_type(
         self,