]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/argument-patterns.rs
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / async-await / argument-patterns.rs
index 0e42f48b8351e90ff7e081ff3a85abbf22d8f901..b9fc1a88cee13ad015e8bbe6a7eef5ab80c62ee9 100644 (file)
@@ -1,7 +1,6 @@
 // edition:2018
-// run-pass
+// check-pass
 
-#![allow(unused_variables)]
 #![deny(unused_mut)]
 
 type A = Vec<u32>;