about summary refs log tree commit diff
path: root/src/test/ui/span
diff options
context:
space:
mode:
authorMatthias Prechtl <m.sleepypanda@gmail.com>2020-02-07 13:07:02 +0100
committerMatthias Prechtl <m.sleepypanda@gmail.com>2020-02-09 20:43:49 +0100
commit7b555178aef4045685eb359204b565a4bb8d1a9f (patch)
tree1e70243305ad8c731063a496d312b43e022a942e /src/test/ui/span
parentf35a7c38da65c9a006c0c7dbd73685b552b3cbf9 (diff)
--bless --compare-mode=nll
Diffstat (limited to 'src/test/ui/span')
-rw-r--r--src/test/ui/span/gated-features-attr-spans.stderr2
-rw-r--r--src/test/ui/span/issue-36530.stderr2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/span/gated-features-attr-spans.stderr b/src/test/ui/span/gated-features-attr-spans.stderr
index e0af720187a..c8b8f346b98 100644
--- a/src/test/ui/span/gated-features-attr-spans.stderr
+++ b/src/test/ui/span/gated-features-attr-spans.stderr
@@ -4,7 +4,7 @@ error[E0658]: SIMD types are experimental and possibly buggy
 LL | #[repr(simd)]
    | ^^^^^^^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/27731
+   = note: see issue #27731 <https://github.com/rust-lang/rust/issues/27731> for more information
    = help: add `#![feature(repr_simd)]` to the crate attributes to enable
 
 error: aborting due to previous error
diff --git a/src/test/ui/span/issue-36530.stderr b/src/test/ui/span/issue-36530.stderr
index 2d3972917df..79b12590fc5 100644
--- a/src/test/ui/span/issue-36530.stderr
+++ b/src/test/ui/span/issue-36530.stderr
@@ -4,7 +4,7 @@ error[E0658]: non-builtin inner attributes are unstable
 LL |     #![foo]
    |     ^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/54726
+   = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
    = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
 
 error: aborting due to previous error