Fix tests from rebase
This commit is contained in:
parent
1db284ecb0
commit
022c148fcd
100 changed files with 584 additions and 480 deletions
|
|
@ -7,7 +7,7 @@ LL | #![feature(impl_trait_in_bindings)]
|
|||
= note: `#[warn(incomplete_features)]` on by default
|
||||
= note: see issue #63065 <https://github.com/rust-lang/rust/issues/63065> for more information
|
||||
|
||||
error[E0282]: type annotations needed for `impl std::future::Future`
|
||||
error[E0282]: type annotations needed for `impl Future`
|
||||
--> $DIR/cannot-infer-async-enabled-impl-trait-bindings.rs:13:20
|
||||
|
|
||||
LL | let fut = async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue