Skip to content

Commit 64af509

Browse files
committed
remove invalid ignore-pretty
1 parent 8dd6c19 commit 64af509

Some content is hidden

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

50 files changed

+12
-63
lines changed

tests/ui/abi/stack-probes-lto.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// ignore-emscripten no processes
1010
// ignore-sgx no processes
1111
// ignore-musl FIXME #31506
12-
// ignore-pretty
1312
// ignore-fuchsia no exception handler registered for segfault
1413
// compile-flags: -C lto
1514
// no-prefer-dynamic

tests/ui/binding/optional_comma_in_match_arm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// run-pass
22
#![allow(unused_unsafe)]
3-
// ignore-pretty issue #37199
43
#![allow(while_true)]
54

65
fn main() {

tests/ui/borrowck/borrowck-pat-enum.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// run-pass
22
#![allow(dead_code)]
3-
// ignore-pretty issue #37199
43

54
fn match_ref(v: Option<isize>) -> isize {
65
match v {

tests/ui/command/command-exec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#![allow(stable_features)]
44
// ignore-windows - this is a unix-specific test
5-
// ignore-pretty issue #37199
65
// ignore-emscripten no processes
76
// ignore-sgx no processes
87
// ignore-fuchsia no execvp syscall provided

tests/ui/hygiene/arguments.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// ignore-pretty pretty-printing is unhygienic
2-
31
#![feature(decl_macro)]
42

53
macro m($t:ty, $e:expr) {

tests/ui/hygiene/arguments.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0412]: cannot find type `S` in this scope
2-
--> $DIR/arguments.rs:16:8
2+
--> $DIR/arguments.rs:14:8
33
|
44
LL | m!(S, S);
55
| ^ not found in this scope

tests/ui/hygiene/assoc_item_ctxt.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// ignore-pretty pretty-printing is unhygienic
2-
31
#![feature(decl_macro)]
42
#![allow(unused)]
53

tests/ui/hygiene/assoc_item_ctxt.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0407]: method `method` is not a member of trait `Tr`
2-
--> $DIR/assoc_item_ctxt.rs:35:13
2+
--> $DIR/assoc_item_ctxt.rs:33:13
33
|
44
LL | fn method() {}
55
| ^^^------^^^^^
@@ -13,7 +13,7 @@ LL | mac_trait_impl!();
1313
= note: this error originates in the macro `mac_trait_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
1414

1515
error[E0046]: not all trait items implemented, missing: `method`
16-
--> $DIR/assoc_item_ctxt.rs:34:9
16+
--> $DIR/assoc_item_ctxt.rs:32:9
1717
|
1818
LL | fn method();
1919
| ------------ `method` from trait

tests/ui/hygiene/assoc_ty_bindings.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// check-pass
2-
// ignore-pretty pretty-printing is unhygienic
32

43
#![feature(decl_macro, associated_type_defaults)]
54

tests/ui/hygiene/auxiliary/legacy_interaction.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// ignore-pretty pretty-printing is unhygienic
2-
31
#[macro_export]
42
macro_rules! m {
53
() => {

0 commit comments

Comments
 (0)