rust-clippy/tests/ui-toml/bad_toml/conf_bad_toml.stderr

9 lines
223 B
Text
Raw Normal View History

error: error reading Clippy's configuration file: expected `.`, `=`
2024-02-17 12:16:29 +00:00
--> $DIR/tests/ui-toml/bad_toml/clippy.toml:1:4
|
LL | fn this_is_obviously(not: a, toml: file) {
| ^
error: aborting due to 1 previous error