about summary refs log tree commit diff
path: root/src/test/ui/methods/method-trait-object-with-hrtb.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/methods/method-trait-object-with-hrtb.rs')
-rw-r--r--src/test/ui/methods/method-trait-object-with-hrtb.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/methods/method-trait-object-with-hrtb.rs b/src/test/ui/methods/method-trait-object-with-hrtb.rs
index da2f13f5a2f..d1bee676c2f 100644
--- a/src/test/ui/methods/method-trait-object-with-hrtb.rs
+++ b/src/test/ui/methods/method-trait-object-with-hrtb.rs
@@ -1,4 +1,4 @@
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 // Check that method probing ObjectCandidate works in the presence of
 // auto traits and/or HRTBs.