]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-const/associated-const-generic-obligations.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / associated-const / associated-const-generic-obligations.stderr
index 6a48bbabe1078b650010db4f9757cd3c9bf58d90..f2312cbaa06229b27b8c8190b531c5b603e10eb2 100644 (file)
@@ -5,7 +5,7 @@ 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 associated type `<T as Foo>::Out`
                     found reference `&'static str`