]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-strict_provenance.stderr
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-strict_provenance.stderr
1 warning: unknown lint: `fuzzy_provenance_casts`
2   --> $DIR/feature-gate-strict_provenance.rs:3:1
3    |
4 LL | #![deny(fuzzy_provenance_casts)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(unknown_lints)]` on by default
8    = note: the `fuzzy_provenance_casts` lint is unstable
9    = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
10    = help: add `#![feature(strict_provenance)]` to the crate attributes to enable
11
12 warning: unknown lint: `lossy_provenance_casts`
13   --> $DIR/feature-gate-strict_provenance.rs:7:1
14    |
15 LL | #![deny(lossy_provenance_casts)]
16    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17    |
18    = note: the `lossy_provenance_casts` lint is unstable
19    = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
20    = help: add `#![feature(strict_provenance)]` to the crate attributes to enable
21
22 warning: unknown lint: `fuzzy_provenance_casts`
23   --> $DIR/feature-gate-strict_provenance.rs:3:1
24    |
25 LL | #![deny(fuzzy_provenance_casts)]
26    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27    |
28    = note: the `fuzzy_provenance_casts` lint is unstable
29    = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
30    = help: add `#![feature(strict_provenance)]` to the crate attributes to enable
31
32 warning: unknown lint: `lossy_provenance_casts`
33   --> $DIR/feature-gate-strict_provenance.rs:7:1
34    |
35 LL | #![deny(lossy_provenance_casts)]
36    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37    |
38    = note: the `lossy_provenance_casts` lint is unstable
39    = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
40    = help: add `#![feature(strict_provenance)]` to the crate attributes to enable
41
42 warning: unknown lint: `fuzzy_provenance_casts`
43   --> $DIR/feature-gate-strict_provenance.rs:3:1
44    |
45 LL | #![deny(fuzzy_provenance_casts)]
46    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
47    |
48    = note: the `fuzzy_provenance_casts` lint is unstable
49    = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
50    = help: add `#![feature(strict_provenance)]` to the crate attributes to enable
51
52 warning: unknown lint: `lossy_provenance_casts`
53   --> $DIR/feature-gate-strict_provenance.rs:7:1
54    |
55 LL | #![deny(lossy_provenance_casts)]
56    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
57    |
58    = note: the `lossy_provenance_casts` lint is unstable
59    = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
60    = help: add `#![feature(strict_provenance)]` to the crate attributes to enable
61
62 warning: 6 warnings emitted
63