mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Move complex inline test to own file
This commit is contained in:
parent
506e1ddbfa
commit
879693e63c
7 changed files with 670 additions and 372 deletions
|
@ -195,22 +195,6 @@ fn where_predicate(p: &mut Parser) {
|
|||
// where
|
||||
// for<'a> F: Fn(&'a str)
|
||||
// { }
|
||||
// fn for_ref<F>()
|
||||
// where
|
||||
// for<'a> &'a F: Debug
|
||||
// { }
|
||||
// fn for_parens<F>()
|
||||
// where
|
||||
// for<'a> (&'a F): Fn(&'a str)
|
||||
// { }
|
||||
// fn for_slice<F>()
|
||||
// where
|
||||
// for<'a> [&'a F]: Eq
|
||||
// { }
|
||||
// fn for_qpath<T>(_t: &T)
|
||||
// where
|
||||
// for<'a> <&'a T as Baz>::Foo: Iterator
|
||||
// { }
|
||||
if p.at(T![for]) {
|
||||
types::for_binder(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue