Skip to content

Commit 4df3db4

Browse files
committed
bless test
1 parent 03cc918 commit 4df3db4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/ui/feature-gates/feature-gate-impl-stability.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0658]: allow unstable impl
2-
--> $DIR/feature-gate-impl-stability.rs:7:1
2+
--> $DIR/feature-gate-impl-stability.rs:6:1
33
|
44
LL | #[unstable_feature_bound(feat_foo)]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

tests/ui/internal/unstable-feature-bound-no-effect.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ LL | #[unstable(feature = "feat_moo", issue = "none" )]
1010
error: module has missing stability attribute
1111
--> $DIR/unstable-feature-bound-no-effect.rs:1:1
1212
|
13-
LL | / #![allow(internal_features)] // Enabled to use #![feature(staged_api)] and #![feature(impl_stability)]
13+
LL | / #![allow(internal_features)]
1414
LL | |
15-
LL | | #![feature(staged_api)] // Enabled to use #![unstable(feature = "feat_foo", issue = "none")]
16-
LL | | #![feature(impl_stability)] // Enabled to use #[unstable_feature_bound(feat_foo)]
15+
LL | | #![feature(staged_api)]
16+
LL | | #![feature(impl_stability)]
1717
... |
1818
LL | | fn main() {}
1919
| |____________^

0 commit comments

Comments
 (0)