[][src]Function syntax::parse::classify::stmt_ends_with_semi

pub fn stmt_ends_with_semi(stmt: &StmtKind) -> 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.