about summary refs log tree commit diff
path: root/src/test/ui/error-codes
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-01-16 11:58:05 +0530
committerGitHub <noreply@github.com>2020-01-16 11:58:05 +0530
commit4d5e5a6ec0010cbcf4b18dd4ce8d28350d9fe894 (patch)
treed46d7bb76db8f9f227870352ccaff6b840221bfe /src/test/ui/error-codes
parent69eee569d6ad5de5519bed8081e7115f7d7c255b (diff)
parent91c6a5aaeebacf444aba8d99cba0da945c0ce732 (diff)
downloadrust-4d5e5a6ec0010cbcf4b18dd4ce8d28350d9fe894.tar.gz
rust-4d5e5a6ec0010cbcf4b18dd4ce8d28350d9fe894.zip
Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC
Fix some issue numbers of unstable features

Looking into the unstable book, some issue numbers are outdated.
Diffstat (limited to 'src/test/ui/error-codes')
-rw-r--r--src/test/ui/error-codes/E0658.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0658.stderr b/src/test/ui/error-codes/E0658.stderr
index 071dbccd80b..1cb81c8d778 100644
--- a/src/test/ui/error-codes/E0658.stderr
+++ b/src/test/ui/error-codes/E0658.stderr
@@ -6,7 +6,7 @@ LL | |     Bar(u64),
 LL | | }
    | |_^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/35118
+   = note: for more information, see https://github.com/rust-lang/rust/issues/56071
    = help: add `#![feature(repr128)]` to the crate attributes to enable
 
 error: aborting due to previous error