]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_mir_transform/src/deduce_param_attrs.rs
New upstream version 1.79.0+dfsg1
[rustc.git] / compiler / rustc_mir_transform / src / deduce_param_attrs.rs
index ca63f5550ae2e7bc5377c1c56839f3050cc08b62..370e930b74098ad3c950b51cbe9b6e15e0c3a19b 100644 (file)
@@ -160,7 +160,7 @@ pub fn deduced_param_attrs<'tcx>(
         return &[];
     }
 
-    // If the Freeze language item isn't present, then don't bother.
+    // If the Freeze lang item isn't present, then don't bother.
     if tcx.lang_items().freeze_trait().is_none() {
         return &[];
     }