rust/src/test/ui/issues/issue-26459.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
307 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error[E0574]: expected struct, variant or union type, found builtin type `char`
2020-02-01 18:23:47 -06:00
--> $DIR/issue-26459.rs:5:9
2018-07-15 16:11:54 -05:00
|
LL | char{ch} => true
| ^^^^ not a struct, variant or union type
error: aborting due to previous error
2019-10-11 08:23:18 -05:00
For more information about this error, try `rustc --explain E0574`.