summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/issue-103181-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/issue-103181-2.rs')
-rw-r--r--tests/ui/impl-trait/issue-103181-2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/impl-trait/issue-103181-2.rs b/tests/ui/impl-trait/issue-103181-2.rs
index 34deb98be..b43ac4507 100644
--- a/tests/ui/impl-trait/issue-103181-2.rs
+++ b/tests/ui/impl-trait/issue-103181-2.rs
@@ -24,8 +24,6 @@ where
B: Send, // <- a second bound
{
normalize(broken_fut(), ());
- //~^ ERROR: cannot check whether the hidden type of opaque type satisfies auto traits
- //~| ERROR: cannot check whether the hidden type of opaque type satisfies auto traits
}
fn main() {}