Struct syntax::ext::base::BlockInfo [] [src]

pub struct BlockInfo {
    pub macros_escape: bool,
    pub pending_renames: RenameList,
}
Unstable (rustc_private)

Fields

macros_escape: bool
Unstable (rustc_private)

Should macros escape from this scope?

pending_renames: RenameList
Unstable (rustc_private)

What are the pending renames?

Methods

impl BlockInfo
[src]

fn new() -> BlockInfo