Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs1378 check_cast(input)?; in parse_expr()
1421 check_cast(input)?; in parse_expr()
3099 fn check_cast(input: ParseStream) -> Result<()> { in check_cast() function