Struct syntax::ext::base::BlockInfoExperimental
[-]
[+]
[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? |