maud/maud/tests/warnings/keyword-without-at.stderr
Chris Wong 6ebe6b1fe1
Clean up tests ()
- Call `.into_string()` later
- Rename UI test to match Rust convention
2020-11-07 22:44:47 +13:00

7 lines
137 B
Text

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