Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01e8884

Browse files
committedSep 14, 2024·
move strict provenance lints to new feature gate, remove old feature gates
1 parent 18c72d0 commit 01e8884

File tree

89 files changed

+41
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+41
-126
lines changed
 

‎compiler/rustc_arena/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#![feature(maybe_uninit_slice)]
2424
#![feature(rustc_attrs)]
2525
#![feature(rustdoc_internals)]
26-
#![feature(strict_provenance)]
2726
#![warn(unreachable_pub)]
2827
// tidy-alphabetical-end
2928

‎compiler/rustc_codegen_ssa/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#![feature(let_chains)]
1111
#![feature(negative_impls)]
1212
#![feature(rustdoc_internals)]
13-
#![feature(strict_provenance)]
1413
#![feature(try_blocks)]
1514
#![warn(unreachable_pub)]
1615
// tidy-alphabetical-end

0 commit comments

Comments
 (0)
Please sign in to comment.