diff options
Diffstat (limited to 'src/test/ui/feature-gates/stability-attribute-consistency.stderr')
| -rw-r--r-- | src/test/ui/feature-gates/stability-attribute-consistency.stderr | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/ui/feature-gates/stability-attribute-consistency.stderr b/src/test/ui/feature-gates/stability-attribute-consistency.stderr deleted file mode 100644 index 1b93d3c9637..00000000000 --- a/src/test/ui/feature-gates/stability-attribute-consistency.stderr +++ /dev/null @@ -1,15 +0,0 @@ -error[E0711]: feature `foo` is declared stable since 1.29.0, but was previously declared stable since 1.0.0 - --> $DIR/stability-attribute-consistency.rs:8:1 - | -LL | #[stable(feature = "foo", since = "1.29.0")] - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -error[E0711]: feature `foo` is declared unstable, but was previously declared stable - --> $DIR/stability-attribute-consistency.rs:12:1 - | -LL | #[unstable(feature = "foo", issue = "none")] - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -error: aborting due to 2 previous errors - -For more information about this error, try `rustc --explain E0711`. |
