blob: b0cef952b2107fa832bad5cf15a6c84c8a2c98f1 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/dont-suggest-deref-inside-macro-issue-58298.rs:11:5
|
LL | / intrinsic_match! {
LL | | "abc"
LL | | };
| |______^ expected `&str`, found struct `std::string::String`
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.