summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/bad_toml/conf_bad_toml.stderr
blob: c308b7aa02398c151557af4d58f718eb9054a215 (plain)
1
2
3
4
5
6
7
8
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 1 previous error