Skip to content

Commit fbc9884

Browse files
committed
tidy
1 parent aa85bc1 commit fbc9884

5 files changed

+6
-6
lines changed

tests/ui/internal/unstable-feature-cross-crate-exact-symbol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ aux-build:unstable_feature.rs
2-
//@ revisions: pass fail
2+
//@ revisions: pass fail
33
//@[pass] check-pass
44

55
#![cfg_attr(pass, feature(feat_bar, feat_moo))]

tests/ui/internal/unstable-feature-cross-crate-require-bound.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ aux-build:unstable_feature.rs
2-
//@ revisions: pass fail
2+
//@ revisions: pass fail
33
//@[pass] check-pass
44

55
#![cfg_attr(pass, feature(feat_bar))]

tests/ui/internal/unstable-feature-exact-symbol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ revisions: pass fail
1+
//@ revisions: pass fail
22
//@[pass] check-pass
33

44
#![allow(internal_features)]

tests/ui/internal/unstable-impl-assoc-type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ revisions: pass fail
1+
//@ revisions: pass fail
22
//@[pass] check-pass
33

44
#![allow(internal_features)]

tests/ui/internal/unstable-impl-require-bound.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ revisions: pass fail
1+
//@ revisions: pass fail
22
//@[pass] check-pass
33

44
#![allow(internal_features)]
@@ -7,7 +7,7 @@
77
#![allow(dead_code)]
88
#![unstable(feature = "feat_foo", issue = "none" )]
99

10-
/// In staged-api crate, using an unstable impl
10+
/// In staged-api crate, using an unstable impl
1111
/// requires #[unstable_feature_bound(..)].
1212
1313
pub trait Foo {

0 commit comments

Comments
 (0)