summaryrefslogtreecommitdiffstats
path: root/tests/ui/chalkify/lower_env1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/chalkify/lower_env1.rs')
-rw-r--r--tests/ui/chalkify/lower_env1.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/ui/chalkify/lower_env1.rs b/tests/ui/chalkify/lower_env1.rs
deleted file mode 100644
index c8762001e..000000000
--- a/tests/ui/chalkify/lower_env1.rs
+++ /dev/null
@@ -1,14 +0,0 @@
-// check-pass
-// compile-flags: -Z trait-solver=chalk
-
-#![allow(dead_code)]
-
-trait Foo { }
-
-trait Bar where Self: Foo { }
-
-fn bar<T: Bar + ?Sized>() {
-}
-
-fn main() {
-}