2023-06-02 11:41:57 +02:00
|
|
|
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
|
2023-06-02 11:41:57 +02:00
|
|
|
|
|
|
|
|
LL | fn this_is_obviously(not: a, toml: file) {
|
|
|
|
| ^
|
2018-05-30 20:29:00 +02:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-05-30 20:29:00 +02:00
|
|
|
|