summaryrefslogtreecommitdiffstats
path: root/tests/ui/chalkify/lower_struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/chalkify/lower_struct.rs')
-rw-r--r--tests/ui/chalkify/lower_struct.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/ui/chalkify/lower_struct.rs b/tests/ui/chalkify/lower_struct.rs
deleted file mode 100644
index 6be0d4dd5..000000000
--- a/tests/ui/chalkify/lower_struct.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// check-pass
-// compile-flags: -Z trait-solver=chalk
-
-struct Foo<'a, T> where Box<T>: Clone {
- _x: std::marker::PhantomData<&'a T>,
-}
-
-fn main() { }