Skip to content

Commit 03cc918

Browse files
committed
Move test to fix tidy error
1 parent 6026a16 commit 03cc918

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/ui/internal/unstable-feature-bound-gated.rs renamed to tests/ui/feature-gates/feature-gate-impl-stability.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
trait Foo{}
44
struct Bar;
55

6-
// TODO: make the error message below nicer
76
#[unstable_feature_bound(feat_foo)]
87
//~^ ERROR: allow unstable impl
98
impl Foo for Bar{}

tests/ui/internal/unstable-feature-bound-gated.stderr renamed to 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/unstable-feature-bound-gated.rs:7:1
2+
--> $DIR/feature-gate-impl-stability.rs:7:1
33
|
44
LL | #[unstable_feature_bound(feat_foo)]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)