mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
12 lines
419 B
Plaintext
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`.
|