]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/ptr.rs
Rollup merge of #106310 - compiler-errors:old-git, r=jyn514
[rust.git] / library / core / tests / ptr.rs
index a71691a8115ba57273b5d190bd14058aa0418dfb..80d30f14c66b24d137dbbea5270566051eda363e 100644 (file)
@@ -807,7 +807,7 @@ fn metadata_eq_method_address<T: ?Sized>() -> usize {
     }
     // "Synthetic" trait impls generated by the compiler like those of `Pointee`
     // are not checked for bounds of associated type.
-    // So with a buggy libcore we could have both:
+    // So with a buggy core we could have both:
     // * `<dyn Display as Pointee>::Metadata == DynMetadata`
     // * `DynMetadata: !PartialEq`
     // … and cause an ICE here: