]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/e0119/conflict-with-std.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / error-codes / e0119 / conflict-with-std.stderr
index 9dc1a509cd09f64e4334943d4b2edd9e4bcfd65d..68551f437759176e9eec88e03cf2912428a77a62 100644 (file)
@@ -6,7 +6,7 @@ LL | impl AsRef<Q> for Box<Q> {
    |
    = note: conflicting implementation in crate `alloc`:
            - impl<T, A> AsRef<T> for Box<T, A>
-             where A: AllocRef, T: ?Sized;
+             where A: Allocator, T: ?Sized;
 
 error[E0119]: conflicting implementations of trait `std::convert::From<S>` for type `S`:
   --> $DIR/conflict-with-std.rs:12:1