1
Fork 0

Fix test stderr after rebasing on master.

This commit is contained in:
David Ross 2020-02-15 22:08:29 -08:00
parent c2d7ffb8a9
commit 8ef3da0858

View 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