]> git.lizzy.rs Git - rust.git/commitdiff
Fix test stderr after rebasing on master.
authorDavid Ross <daboross@daboross.net>
Sun, 16 Feb 2020 06:08:29 +0000 (22:08 -0800)
committerDavid Ross <daboross@daboross.net>
Sun, 16 Feb 2020 06:08:29 +0000 (22:08 -0800)
src/test/ui/parser/issue-35813-postfix-after-cast.stderr

index ec6c4eb810737024d75a6713738f114827364849..f96000ea0aa4db1261df4efeffa25dba4d76f002 100644 (file)
@@ -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