Struct syntax::ext::base::BlockInfoUnstable [-] [+] [src]

pub struct BlockInfo {
    pub macros_escape: bool,
    pub pending_renames: RenameList,
}

Fields

macros_escape

Should macros escape from this scope?

pending_renames

What are the pending renames?

Methods

impl BlockInfo

fn new() -> BlockInfo