Define the block `entity`.
(&mut self, entity: Block, loc: Location)
| 146 | |
| 147 | /// Define the block `entity`. |
| 148 | pub fn def_block(&mut self, entity: Block, loc: Location) -> ParseResult<()> { |
| 149 | self.def_entity(entity.into(), loc) |
| 150 | } |
| 151 | |
| 152 | /// Define the stack slot `entity`. |
| 153 | pub fn def_ss(&mut self, entity: StackSlot, loc: Location) -> ParseResult<()> { |