Skip to content

Commit 4b89804

Browse files
committed
Make since of removed features the version removed and fill pull
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
1 parent b4ba017 commit 4b89804

File tree

6 files changed

+88
-87
lines changed

6 files changed

+88
-87
lines changed

compiler/rustc_feature/src/removed.rs

Lines changed: 82 additions & 81 deletions
Large diffs are not rendered by default.

tests/ui/deprecation/deprecated_no_stack_check.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0557]: feature has been removed
44
LL | #![feature(no_stack_check)]
55
| ^^^^^^^^^^^^^^ feature has been removed
66
|
7-
= note: removed in 1.0.0 (you are using $RUSTC_VERSION)
7+
= note: removed in 1.0.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/40110> for more information
88

99
error: aborting due to 1 previous error
1010

tests/ui/feature-gates/feature-gate-coverage-attribute.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0557]: feature has been removed
44
LL | #![feature(no_coverage)]
55
| ^^^^^^^^^^^ feature has been removed
66
|
7-
= note: removed in 1.74.0 (you are using $RUSTC_VERSION)
7+
= note: removed in 1.74.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/114656> for more information
88
= note: renamed to `coverage_attribute`
99

1010
error[E0658]: the `#[coverage]` attribute is an experimental feature

tests/ui/macros/macro-reexport-removed.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0557]: feature has been removed
44
LL | #![feature(macro_reexport)]
55
| ^^^^^^^^^^^^^^ feature has been removed
66
|
7-
= note: removed in 1.0.0 (you are using $RUSTC_VERSION)
7+
= note: removed in 1.0.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/49982> for more information
88
= note: subsumed by `pub use`
99

1010
error: cannot find attribute `macro_reexport` in this scope

tests/ui/rustdoc/renamed-features-rustdoc_internals.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0557]: feature has been removed
44
LL | #![feature(doc_keyword)]
55
| ^^^^^^^^^^^ feature has been removed
66
|
7-
= note: removed in 1.28.0 (you are using $RUSTC_VERSION)
7+
= note: removed in 1.58.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/90420> for more information
88
= note: merged into `#![feature(rustdoc_internals)]`
99

1010
error[E0557]: feature has been removed
@@ -13,7 +13,7 @@ error[E0557]: feature has been removed
1313
LL | #![feature(doc_primitive)]
1414
| ^^^^^^^^^^^^^ feature has been removed
1515
|
16-
= note: removed in 1.56.0 (you are using $RUSTC_VERSION)
16+
= note: removed in 1.58.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/90420> for more information
1717
= note: merged into `#![feature(rustdoc_internals)]`
1818

1919
error: aborting due to 2 previous errors

tests/ui/traits/const-traits/const-trait-impl-parameter-mismatch.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0557]: feature has been removed
44
LL | #![feature(const_trait_impl, effects)]
55
| ^^^^^^^ feature has been removed
66
|
7-
= note: removed in 1.84.0 (you are using $RUSTC_VERSION)
7+
= note: removed in 1.84.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/132479> for more information
88
= note: removed, redundant with `#![feature(const_trait_impl)]`
99

1010
error[E0049]: associated function `compute` has 0 type parameters but its trait declaration has 1 type parameter

0 commit comments

Comments
 (0)