]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui-toml / toml_unknown_key / conf_unknown_key.stderr
1 error: error reading Clippy's configuration file `$DIR/clippy.toml`: unknown field `foobar`, expected one of
2 allow-dbg-in-tests
3 allow-expect-in-tests
4 allow-unwrap-in-tests
5 allowed-scripts
6 array-size-threshold
7 avoid-breaking-exported-api
8 await-holding-invalid-types
9 blacklisted-names
10 cargo-ignore-publish
11 cognitive-complexity-threshold
12 cyclomatic-complexity-threshold
13 disallowed-methods
14 disallowed-types
15 doc-valid-idents
16 enable-raw-pointer-heuristic-for-send
17 enforced-import-renames
18 enum-variant-name-threshold
19 enum-variant-size-threshold
20 literal-representation-threshold
21 max-fn-params-bools
22 max-include-file-size
23 max-struct-bools
24 max-suggested-slice-pattern-length
25 max-trait-bounds
26 msrv
27 pass-by-value-size-limit
28 single-char-binding-names-threshold
29 standard-macro-braces
30 third-party
31 too-large-for-stack
32 too-many-arguments-threshold
33 too-many-lines-threshold
34 trivial-copy-size-limit
35 type-complexity-threshold
36 unreadable-literal-lint-fractions
37 upper-case-acronyms-aggressive
38 vec-box-size-threshold
39 verbose-bit-mask-threshold
40 warn-on-all-wildcard-imports
41 at line 5 column 1
42
43 error: aborting due to previous error
44