• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1warning: unknown lint: `fuzzy_provenance_casts`
2  --> $DIR/feature-gate-strict_provenance.rs:3:1
3   |
4LL | #![deny(fuzzy_provenance_casts)]
5   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6   |
7   = note: the `fuzzy_provenance_casts` lint is unstable
8   = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
9   = help: add `#![feature(strict_provenance)]` to the crate attributes to enable
10   = note: `#[warn(unknown_lints)]` on by default
11
12warning: unknown lint: `lossy_provenance_casts`
13  --> $DIR/feature-gate-strict_provenance.rs:7:1
14   |
15LL | #![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
22warning: unknown lint: `fuzzy_provenance_casts`
23  --> $DIR/feature-gate-strict_provenance.rs:3:1
24   |
25LL | #![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
32warning: unknown lint: `lossy_provenance_casts`
33  --> $DIR/feature-gate-strict_provenance.rs:7:1
34   |
35LL | #![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
42warning: unknown lint: `fuzzy_provenance_casts`
43  --> $DIR/feature-gate-strict_provenance.rs:3:1
44   |
45LL | #![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
52warning: unknown lint: `lossy_provenance_casts`
53  --> $DIR/feature-gate-strict_provenance.rs:7:1
54   |
55LL | #![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
62warning: 6 warnings emitted
63
64