summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/bad_toml/conf_bad_toml.stderr
blob: f7d53763a43886690b59c33d16cb47bbb77df224 (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 previous error