]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/not_found.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / lint / not_found.stderr
1 warning: unknown lint: `FOO_BAR`
2   --> $DIR/not_found.rs:16:9
3    |
4 LL | #[allow(FOO_BAR)]
5    |         ^^^^^^^
6    |
7    = note: #[warn(unknown_lints)] on by default
8
9 warning: unknown lint: `DEAD_CODE`
10   --> $DIR/not_found.rs:18:8
11    |
12 LL | #[warn(DEAD_CODE)]
13    |        ^^^^^^^^^ help: lowercase the lint name: `dead_code`
14
15 warning: unknown lint: `Warnings`
16   --> $DIR/not_found.rs:20:8
17    |
18 LL | #[deny(Warnings)]
19    |        ^^^^^^^^ help: lowercase the lint name: `warnings`
20