aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0081_for_type.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0081_for_type.rs')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/ok/0081_for_type.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0081_for_type.rs b/crates/ra_syntax/tests/data/parser/inline/ok/0081_for_type.rs
deleted file mode 100644
index 7cde5c532..000000000
--- a/crates/ra_syntax/tests/data/parser/inline/ok/0081_for_type.rs
+++ /dev/null
@@ -1,3 +0,0 @@
1type A = for<'a> fn() -> ();
2fn foo<T>(_t: &T) where for<'a> &'a T: Iterator {}
3fn bar<T>(_t: &T) where for<'a> &'a mut T: Iterator {}