Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dscan_expr.rs21 ExpectType, enumerator
66 (Keyword("as"), SetState(&[(ExpectType, SetState(&POSTFIX))])),
113 (Punct("->"), SetState(&[(ExpectType, SetState(&BLOCK))])),
248 Input::ExpectType => { in scan_expr()