Struct syntex_syntax::ext::base::BlockInfo
[−]
[src]
pub struct BlockInfo {
pub macros_escape: bool,
pub pending_renames: RenameList,
}Fields
macros_escape: bool
Should macros escape from this scope?
pending_renames: RenameList
What are the pending renames?