aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0098_where_clause.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/inline/0098_where_clause.rs')
-rw-r--r--tests/data/parser/inline/0098_where_clause.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/data/parser/inline/0098_where_clause.rs b/tests/data/parser/inline/0098_where_clause.rs
deleted file mode 100644
index 592a005f9..000000000
--- a/tests/data/parser/inline/0098_where_clause.rs
+++ /dev/null
@@ -1,6 +0,0 @@
1fn foo()
2where
3 'a: 'b + 'c,
4 T: Clone + Copy + 'static,
5 Iterator::Item: 'a,
6{}