maud/maud/tests/warnings/keyword_names_without_@.stderr
2020-08-31 11:57:57 +03:00

7 lines
142 B
Text

error: found keyword `if`
--> $DIR/keyword_names_without_@.rs:9:9
|
9 | if {}
| ^^
|
= help: should this be a `@if`?