2022-04-02 21:07:00 +02:00
|
|
|
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
|
2022-09-18 19:55:36 +04:00
|
|
|
= note: `#[warn(unknown_lints)]` on by default
|
2022-04-02 21:07:00 +02:00
|
|
|
|
|
|
|
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
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2022-04-02 21:07:00 +02:00
|
|
|
|
|
|
|
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
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2022-04-02 21:07:00 +02:00
|
|
|
|
|
|
|
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
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2022-04-02 21:07:00 +02:00
|
|
|
|
|
|
|
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
|
2023-10-04 18:34:50 +00:00
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2022-04-02 21:07:00 +02:00
|
|
|
|
|
|
|
warning: 6 warnings emitted
|
|
|
|
|