about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-01-16 11:58:28 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-01-16 11:58:28 +0900
commit49d8aebbf36a254f1d527b90c72f07b4d23b2687 (patch)
tree0f8f86510528f23610d5fe83131b06fd3834239c /src/test/ui
parentbf0a7845d7860c681a6d273697dd1ca9d1cda81a (diff)
downloadrust-49d8aebbf36a254f1d527b90c72f07b4d23b2687.tar.gz
rust-49d8aebbf36a254f1d527b90c72f07b4d23b2687.zip
Fix issue number of `repr128`
Diffstat (limited to 'src/test/ui')
-rw-r--r--src/test/ui/error-codes/E0658.stderr2
-rw-r--r--src/test/ui/feature-gates/feature-gate-repr128.stderr2
2 files changed, 2 insertions, 2 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
diff --git a/src/test/ui/feature-gates/feature-gate-repr128.stderr b/src/test/ui/feature-gates/feature-gate-repr128.stderr
index 2139a5da600..e108d74e9c6 100644
--- a/src/test/ui/feature-gates/feature-gate-repr128.stderr
+++ b/src/test/ui/feature-gates/feature-gate-repr128.stderr
@@ -6,7 +6,7 @@ LL | |     A(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