diff options
Diffstat (limited to 'tests/ui/codegen/equal-pointers-unequal/strict-provenance/function.rs')
| -rw-r--r-- | tests/ui/codegen/equal-pointers-unequal/strict-provenance/function.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/codegen/equal-pointers-unequal/strict-provenance/function.rs b/tests/ui/codegen/equal-pointers-unequal/strict-provenance/function.rs index 29758036a21..789a78c15b4 100644 --- a/tests/ui/codegen/equal-pointers-unequal/strict-provenance/function.rs +++ b/tests/ui/codegen/equal-pointers-unequal/strict-provenance/function.rs @@ -4,8 +4,6 @@ // Based on https://github.com/rust-lang/rust/issues/107975#issuecomment-1434203908 -#![feature(strict_provenance)] - use std::ptr; fn f() -> usize { |
