rust-clippy/tests/ui-toml/bad_toml/conf_bad_toml.stderr
2023-06-26 14:13:07 +00:00

8 lines
203 B
Text

error: error reading Clippy's configuration file: expected `.`, `=`
--> $DIR/$DIR/clippy.toml:1:4
|
LL | fn this_is_obviously(not: a, toml: file) {
| ^
error: aborting due to previous error