rust/tests/ui/proc-macro/match-expander.stderr

12 lines
419 B
Plaintext

error[E0308]: mismatched types
--> $DIR/match-expander.rs:8:5
|
LL | match_expander::matcher!();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `S`, found `bool`
|
= note: this error originates in the macro `match_expander::matcher` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.