]> git.lizzy.rs Git - rust.git/commit
Change syntax::ast_util::stmt_id to not panic on macros
authorJethro Beekman <jethro@jbeekman.nl>
Mon, 21 Sep 2015 23:10:38 +0000 (16:10 -0700)
committerJethro Beekman <jethro@jbeekman.nl>
Mon, 21 Sep 2015 23:54:11 +0000 (16:54 -0700)
commit0a2ffa083589e113ad45e64712259c17c391779a
treeeb41a4157af00b86c437ec4cee5fc71657a00624
parent7e8d19b24de6d06e4962c5959d00603c3239ac8c
Change syntax::ast_util::stmt_id to not panic on macros

This enables the Debug trait to work on syntax::ast::Stmt
src/libsyntax/ast.rs
src/libsyntax/ast_util.rs