Home
last modified time | relevance | path

Searched refs:ExpectTurbofish (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dscan_expr.rs20 ExpectTurbofish, enumerator
142 static METHOD: [(Input, Action); 1] = [(ExpectTurbofish, SetState(&POSTFIX))];
242 Input::ExpectTurbofish => { in scan_expr()