about summary refs log tree commit diff
path: root/tests/ui/rustdoc
diff options
context:
space:
mode:
authorxizheyin <xizheyin@smail.nju.edu.cn>2025-06-04 17:10:31 +0800
committerxizheyin <xizheyin@smail.nju.edu.cn>2025-06-09 17:17:49 +0800
commit4b898041f63c488e7173a5e161955aa3cafceb2f (patch)
tree80bf1a4e605eda55b225f3066ceeae516107162a /tests/ui/rustdoc
parentb4ba017c3306bbdb8f3da3dff80e58ff3ed9a1ab (diff)
downloadrust-4b898041f63c488e7173a5e161955aa3cafceb2f.tar.gz
rust-4b898041f63c488e7173a5e161955aa3cafceb2f.zip
Make `since` of removed features the version removed and fill `pull`
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
Diffstat (limited to 'tests/ui/rustdoc')
-rw-r--r--tests/ui/rustdoc/renamed-features-rustdoc_internals.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/rustdoc/renamed-features-rustdoc_internals.stderr b/tests/ui/rustdoc/renamed-features-rustdoc_internals.stderr
index d55825c8d79..9c664da8ee6 100644
--- a/tests/ui/rustdoc/renamed-features-rustdoc_internals.stderr
+++ b/tests/ui/rustdoc/renamed-features-rustdoc_internals.stderr
@@ -4,7 +4,7 @@ error[E0557]: feature has been removed
 LL | #![feature(doc_keyword)]
    |            ^^^^^^^^^^^ feature has been removed
    |
-   = note: removed in 1.28.0 (you are using $RUSTC_VERSION)
+   = note: removed in 1.58.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/90420> for more information
    = note: merged into `#![feature(rustdoc_internals)]`
 
 error[E0557]: feature has been removed
@@ -13,7 +13,7 @@ error[E0557]: feature has been removed
 LL | #![feature(doc_primitive)]
    |            ^^^^^^^^^^^^^ feature has been removed
    |
-   = note: removed in 1.56.0 (you are using $RUSTC_VERSION)
+   = note: removed in 1.58.0 (you are using $RUSTC_VERSION); see <https://github.com/rust-lang/rust/pull/90420> for more information
    = note: merged into `#![feature(rustdoc_internals)]`
 
 error: aborting due to 2 previous errors