]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/dont-suggest-deref-inside-macro-issue-58298.stderr
Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid
[rust.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    | |_____^ expected `&str`, found struct `String`
8    |
9    = note: this error originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0308`.