diff --git a/rust-version b/rust-version index eca1a2335c..2748518e63 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -d26b41711282042c4ea0c5733e7332b07cfa4933 +502ce8287bc3c86dca07acc38c5ff9431a6097be diff --git a/tests/pass/async-closure.rs b/tests/pass/async-closure.rs index e04acfc39c..9b2fc2948b 100644 --- a/tests/pass/async-closure.rs +++ b/tests/pass/async-closure.rs @@ -16,7 +16,6 @@ pub fn block_on(fut: impl Future) -> T { } } -#[rustfmt::skip] async fn call_once(f: impl async FnOnce(DropMe)) { f(DropMe("world")).await; }