diff options
| author | Ralf Jung <post@ralfj.de> | 2024-09-14 13:44:02 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-10-21 15:22:17 +0100 |
| commit | 56ee492a6e7a917b2b3f888e33dd52a13d3ecb64 (patch) | |
| tree | 556522c0acb1a55afe973cc12a848f3729783f35 /tests/ui/codegen/equal-pointers-unequal/exposed-provenance/inline2.rs | |
| parent | c3e928d8ddc73f5681778208f6c44cf958694e8b (diff) | |
| download | rust-56ee492a6e7a917b2b3f888e33dd52a13d3ecb64.tar.gz rust-56ee492a6e7a917b2b3f888e33dd52a13d3ecb64.zip | |
move strict provenance lints to new feature gate, remove old feature gates
Diffstat (limited to 'tests/ui/codegen/equal-pointers-unequal/exposed-provenance/inline2.rs')
| -rw-r--r-- | tests/ui/codegen/equal-pointers-unequal/exposed-provenance/inline2.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/codegen/equal-pointers-unequal/exposed-provenance/inline2.rs b/tests/ui/codegen/equal-pointers-unequal/exposed-provenance/inline2.rs index 3417296ce12..f128e1bb084 100644 --- a/tests/ui/codegen/equal-pointers-unequal/exposed-provenance/inline2.rs +++ b/tests/ui/codegen/equal-pointers-unequal/exposed-provenance/inline2.rs @@ -4,8 +4,6 @@ // Based on https://github.com/rust-lang/rust/issues/107975#issuecomment-1432161340 -#![feature(exposed_provenance)] - use std::ptr; #[inline(never)] |
