Skip to content

Commit b663892

Browse files
committed
Remove more obsolete test flags
1 parent 79c0db4 commit b663892

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

src/test/ui/binding/func-arg-ref-pattern.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// run-pass
2-
// exec-env:RUST_POISON_ON_FREE=1
32

43
// Test argument patterns where we create refs to the inside of
54
// boxes. Make sure that we don't free the box as we match the

src/test/ui/issues/issue-34932.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// run-pass
22
// compile-flags:--test
3-
// rustc-env:RUSTC_BOOTSTRAP_KEY=
43
#![cfg(any())] // This test should be configured away
54
#![feature(rustc_attrs)] // Test that this is allowed on stable/beta
65
#![feature(iter_arith_traits)] // Test that this is not unused

src/test/ui/mismatched_types/const-fn-in-trait.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// rustc-env:RUST_NEW_ERROR_FORMAT
2-
31
#![feature(const_fn)]
42

53
trait Foo {

src/test/ui/mismatched_types/trait-impl-fn-incompatibility.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// rustc-env:RUST_NEW_ERROR_FORMAT
2-
31
trait Foo {
42
fn foo(x: u16);
53
fn bar(&mut self, bar: &mut Bar);

0 commit comments

Comments
 (0)