about summary refs log tree commit diff
path: root/src/test/ui/async-await/generics-and-bounds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/async-await/generics-and-bounds.rs')
-rw-r--r--src/test/ui/async-await/generics-and-bounds.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/async-await/generics-and-bounds.rs b/src/test/ui/async-await/generics-and-bounds.rs
index 913f1435c6a..8b60f2f82f1 100644
--- a/src/test/ui/async-await/generics-and-bounds.rs
+++ b/src/test/ui/async-await/generics-and-bounds.rs
@@ -1,4 +1,4 @@
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 // edition:2018
 // compile-flags: --crate-type lib