2019-03-27 17:05:35 -07:00
error[E0308]: mismatched types
2019-03-27 19:26:47 -07:00
--> $DIR/dont-suggest-deref-inside-macro-issue-58298.rs:11:5
2019-03-27 17:05:35 -07:00
|
2019-03-27 19:26:47 -07:00
LL | / intrinsic_match! {
LL | | "abc"
LL | | };
2023-01-02 18:00:33 -08:00
| |_____^ expected `&str`, found `String`
2019-03-27 17:05:35 -07:00
|
2022-06-20 19:25:52 -07: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 17:05:35 -07:00
2023-11-21 15:44:16 +00:00
error: aborting due to 1 previous error
2019-03-27 17:05:35 -07:00
For more information about this error, try `rustc --explain E0308`.