Function syntex_syntax::parse::classify::stmt_ends_with_semi
[−]
[src]
pub fn stmt_ends_with_semi(stmt: &Stmt_) -> bool
this statement requires a semicolon after it. note that in one case (stmt_semi), we've already seen the semicolon, and thus don't need another.