]> git.proxmox.com Git - rustc.git/blob - 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
1 error[E0308]: mismatched types
2 --> $DIR/dont-suggest-deref-inside-macro-issue-58298.rs:11:5
3 |
4 LL | / intrinsic_match! {
5 LL | | "abc"
6 LL | | };
7 | | ^
8 | | |
9 | |______expected `&str`, found struct `std::string::String`
10 | in this macro invocation
11 |
12 = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
13
14 error: aborting due to previous error
15
16 For more information about this error, try `rustc --explain E0308`.