summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/bad_toml_type/conf_bad_type.stderr
blob: fb0a14081524bdade79b34a9215a7992694e1acf (plain)
1
2
3
4
5
6
7
8
error: error reading Clippy's configuration file: invalid type: integer `42`, expected a sequence
  --> $DIR/$DIR/clippy.toml:1:20
   |
LL | disallowed-names = 42
   |                    ^^

error: aborting due to previous error