Skip to content

Commit 8ef3da0

Browse files
committed
Fix test stderr after rebasing on master.
1 parent c2d7ffb commit 8ef3da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/parser/issue-35813-postfix-after-cast.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ LL | Err(0u64): Result<u64,u64>?;
9191
| help: maybe write a path separator here: `::`
9292
|
9393
= note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
94-
= note: for more information, see https://github.com/rust-lang/rust/issues/23416
94+
= note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information
9595

9696
error: casts cannot be followed by a function call
9797
--> $DIR/issue-35813-postfix-after-cast.rs:115:5
@@ -120,7 +120,7 @@ LL | Box::pin(noop()): Pin<Box<_>>.await;
120120
| help: maybe write a path separator here: `::`
121121
|
122122
= note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>`
123-
= note: for more information, see https://github.com/rust-lang/rust/issues/23416
123+
= note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information
124124

125125
error: casts cannot be followed by a field access
126126
--> $DIR/issue-35813-postfix-after-cast.rs:137:5

0 commit comments

Comments
 (0)