]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/associated-const/associated-const-generic-obligations.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / associated-const / associated-const-generic-obligations.stderr
index ca6118cb3ba985ccdddc905886186ed8c969727b..d6cdcd4747ff2fb0b7c604edc0d3e26bf2b11d9a 100644 (file)
@@ -5,10 +5,10 @@ LL |     const FROM: Self::Out;
    |                 --------- type in trait
 ...
 LL |     const FROM: &'static str = "foo";
-   |                 ^^^^^^^^^^^^ expected associated type, found reference
+   |                 ^^^^^^^^^^^^ expected associated type, found `&str`
    |
-   = note: expected type `<T as Foo>::Out`
-              found type `&'static str`
+   = note: expected associated type `<T as Foo>::Out`
+                    found reference `&'static str`
    = note: consider constraining the associated type `<T as Foo>::Out` to `&'static str` or calling a method that returns `<T as Foo>::Out`
    = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html