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

warning: unknown lint: `lossy_provenance_casts`
  --> $DIR/feature-gate-strict_provenance.rs:7:1
   |
LL | #![deny(lossy_provenance_casts)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `lossy_provenance_casts` lint is unstable
   = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
   = help: add `#![feature(strict_provenance)]` to the crate attributes to enable

warning: unknown lint: `fuzzy_provenance_casts`
  --> $DIR/feature-gate-strict_provenance.rs:3:1
   |
LL | #![deny(fuzzy_provenance_casts)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `fuzzy_provenance_casts` lint is unstable
   = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
   = help: add `#![feature(strict_provenance)]` to the crate attributes to enable

warning: unknown lint: `lossy_provenance_casts`
  --> $DIR/feature-gate-strict_provenance.rs:7:1
   |
LL | #![deny(lossy_provenance_casts)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `lossy_provenance_casts` lint is unstable
   = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
   = help: add `#![feature(strict_provenance)]` to the crate attributes to enable

warning: unknown lint: `fuzzy_provenance_casts`
  --> $DIR/feature-gate-strict_provenance.rs:3:1
   |
LL | #![deny(fuzzy_provenance_casts)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `fuzzy_provenance_casts` lint is unstable
   = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
   = help: add `#![feature(strict_provenance)]` to the crate attributes to enable

warning: unknown lint: `lossy_provenance_casts`
  --> $DIR/feature-gate-strict_provenance.rs:7:1
   |
LL | #![deny(lossy_provenance_casts)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `lossy_provenance_casts` lint is unstable
   = note: see issue #95228 <https://github.com/rust-lang/rust/issues/95228> for more information
   = help: add `#![feature(strict_provenance)]` to the crate attributes to enable

warning: 6 warnings emitted