about summary refs log tree commit diff
path: root/src/test/ui/methods/method-trait-object-with-hrtb.rs
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2019-07-03 06:30:28 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2019-07-03 06:30:28 +0900
commitc004451a209dce4960fc295ff799e17f2630a00c (patch)
tree36c14c401352da4755f01a5933c876c53eb52922 /src/test/ui/methods/method-trait-object-with-hrtb.rs
parent848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 (diff)
downloadrust-c004451a209dce4960fc295ff799e17f2630a00c.tar.gz
rust-c004451a209dce4960fc295ff799e17f2630a00c.zip
Migrate compile-pass annotations to build-pass
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.