2019-03-27 19:05:35 -05:00
error[E0308]: mismatched types
2019-03-27 21:26:47 -05:00
--> $DIR/dont-suggest-deref-inside-macro-issue-58298.rs:11:5
2019-03-27 19:05:35 -05:00
|
2019-03-27 21:26:47 -05:00
LL | / intrinsic_match! {
LL | | "abc"
LL | | };
2023-01-02 20:00:33 -06:00
| |_____^ expected `&str`, found `String`
2019-03-27 19:05:35 -05:00
|
2022-06-20 21:25:52 -05:00
= note: this error originates in the macro `format` which comes from the expansion of the macro `intrinsic_match` (in Nightly builds, run with -Z macro-backtrace for more info)
2019-03-27 19:05:35 -05:00
2023-11-21 09:44:16 -06:00
error: aborting due to 1 previous error
2019-03-27 19:05:35 -05:00
For more information about this error, try `rustc --explain E0308`.