summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/coherence-treats-tait-ambig.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/coherence-treats-tait-ambig.rs')
-rw-r--r--tests/ui/impl-trait/coherence-treats-tait-ambig.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/impl-trait/coherence-treats-tait-ambig.rs b/tests/ui/impl-trait/coherence-treats-tait-ambig.rs
index 156a7eb0e..df47208bf 100644
--- a/tests/ui/impl-trait/coherence-treats-tait-ambig.rs
+++ b/tests/ui/impl-trait/coherence-treats-tait-ambig.rs
@@ -1,6 +1,3 @@
-// revisions: current next
-//[next] compile-flags: -Ztrait-solver=next
-
#![feature(type_alias_impl_trait)]
type T = impl Sized;