]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/dont-suggest-deref-inside-macro-issue-58298.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / suggestions / dont-suggest-deref-inside-macro-issue-58298.stderr
index bc7a7247a12830e62a557676240d4813e0a3978f..e37edc1dacafa6bd61ed1d635c350c29fb8ef2c5 100644 (file)
@@ -6,11 +6,9 @@ LL | |         "abc"
 LL | |     };
    | |      ^
    | |      |
-   | |______expected &str, found struct `std::string::String`
+   | |______expected `&str`, found struct `std::string::String`
    |        in this macro invocation
    |
-   = note: expected type `&str`
-              found type `std::string::String`
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
 
 error: aborting due to previous error