rust/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr

56 lines
1.9 KiB
Plaintext
Raw Normal View History

2022-05-12 11:31:17 -05:00
error: error reading Clippy's configuration file `$DIR/clippy.toml`: unknown field `foobar`, expected one of
2022-05-26 11:30:44 -05:00
allow-dbg-in-tests
2022-05-12 11:31:17 -05:00
allow-expect-in-tests
allow-mixed-uninlined-format-args
allow-print-in-tests
2022-05-12 11:31:17 -05:00
allow-unwrap-in-tests
allowed-scripts
2022-09-08 10:04:55 -05:00
arithmetic-side-effects-allowed
arithmetic-side-effects-allowed-binary
arithmetic-side-effects-allowed-unary
2022-05-12 11:31:17 -05:00
array-size-threshold
avoid-breaking-exported-api
await-holding-invalid-types
blacklisted-names
cargo-ignore-publish
cognitive-complexity-threshold
cyclomatic-complexity-threshold
2022-10-05 08:44:01 -05:00
disallowed-macros
2022-05-12 11:31:17 -05:00
disallowed-methods
disallowed-names
2022-05-12 11:31:17 -05:00
disallowed-types
doc-valid-idents
enable-raw-pointer-heuristic-for-send
enforced-import-renames
enum-variant-name-threshold
enum-variant-size-threshold
ignore-interior-mutability
large-error-threshold
2022-05-12 11:31:17 -05:00
literal-representation-threshold
2022-10-07 19:50:30 -05:00
matches-for-let-else
2022-05-12 11:31:17 -05:00
max-fn-params-bools
max-include-file-size
max-struct-bools
max-suggested-slice-pattern-length
max-trait-bounds
msrv
pass-by-value-size-limit
single-char-binding-names-threshold
standard-macro-braces
2022-11-23 02:26:25 -06:00
suppress-restriction-lint-in-const
2022-05-12 11:31:17 -05:00
third-party
too-large-for-stack
too-many-arguments-threshold
too-many-lines-threshold
trivial-copy-size-limit
type-complexity-threshold
unreadable-literal-lint-fractions
upper-case-acronyms-aggressive
vec-box-size-threshold
verbose-bit-mask-threshold
warn-on-all-wildcard-imports
at line 5 column 1
error: aborting due to previous error