From 638f84d782e9d8ad4fe5f35fea75088c11986e51 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 28 Mar 2022 17:22:42 +0000 Subject: [PATCH] rebase fallout --- src/test/ui/chalkify/bugs/async.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/chalkify/bugs/async.stderr b/src/test/ui/chalkify/bugs/async.stderr index 55c092888566..78d78f57955a 100644 --- a/src/test/ui/chalkify/bugs/async.stderr +++ b/src/test/ui/chalkify/bugs/async.stderr @@ -28,7 +28,7 @@ note: required by a bound in `from_generator` LL | T: Generator, | ^^^^^^^^^^ required by this bound in `from_generator` -error[E0280]: the requirement ` as Future>::Output == u32` is not satisfied +error[E0280]: the requirement `::Output == u32` is not satisfied --> $DIR/async.rs:7:29 | LL | async fn foo(x: u32) -> u32 {