]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/impl-trait/issues/issue-57464-unexpected-regions.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / impl-trait / issues / issue-57464-unexpected-regions.rs
index ed066ce19243eecd1a93bd8e12ad49b0643ecd1e..c4f738a34b6f31f9449943522da28113878c31e4 100644 (file)
@@ -5,7 +5,7 @@
 // opaque type. As all regions are now required to outlive the bound in an
 // opaque type we avoid the issue here.
 
-// build-pass (FIXME(62277): could be check-pass?)
+// check-pass
 
 struct A<F>(F);