about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Ross <daboross@daboross.net>2020-02-15 22:08:29 -0800
committerDavid Ross <daboross@daboross.net>2020-02-15 22:08:29 -0800
commit8ef3da0858c5a76fd1756b9efcf82eeb9491fb64 (patch)
tree23e3b0a8fd76e51e9897fc2212a895c3df64aea5
parentc2d7ffb8a9906f5c7b6a1cf6a739cf4d7d732c2b (diff)
downloadrust-8ef3da0858c5a76fd1756b9efcf82eeb9491fb64.tar.gz
rust-8ef3da0858c5a76fd1756b9efcf82eeb9491fb64.zip
Fix test stderr after rebasing on master.
-rw-r--r--src/test/ui/parser/issue-35813-postfix-after-cast.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/parser/issue-35813-postfix-after-cast.stderr b/src/test/ui/parser/issue-35813-postfix-after-cast.stderr
index ec6c4eb8107..f96000ea0aa 100644
--- a/src/test/ui/parser/issue-35813-postfix-after-cast.stderr
+++ b/src/test/ui/parser/issue-35813-postfix-after-cast.stderr
@@ -91,7 +91,7 @@ LL |     Err(0u64): Result<u64,u64>?;
    |              help: maybe write a path separator here: `::`
    |
    = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
-   = note: for more information, see https://github.com/rust-lang/rust/issues/23416
+   = note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information
 
 error: casts cannot be followed by a function call
   --> $DIR/issue-35813-postfix-after-cast.rs:115:5
@@ -120,7 +120,7 @@ LL |     Box::pin(noop()): Pin<Box<_>>.await;
    |                     help: maybe write a path separator here: `::`
    |
    = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
-   = note: for more information, see https://github.com/rust-lang/rust/issues/23416
+   = note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information
 
 error: casts cannot be followed by a field access
   --> $DIR/issue-35813-postfix-after-cast.rs:137:5