summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/no-const-async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/no-const-async.rs')
-rw-r--r--tests/ui/async-await/no-const-async.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/async-await/no-const-async.rs b/tests/ui/async-await/no-const-async.rs
index cfb0ef1b3..b3c59734e 100644
--- a/tests/ui/async-await/no-const-async.rs
+++ b/tests/ui/async-await/no-const-async.rs
@@ -3,4 +3,3 @@
pub const async fn x() {}
//~^ ERROR functions cannot be both `const` and `async`
-//~| ERROR cycle detected