Home
last modified time | relevance | path

Searched defs:BlockSafety (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dblock.rs62 safety_mode: BlockSafety, in ast_block_stmts()
398 fn update_source_scope_for_safety_mode(&mut self, span: Span, safety_mode: BlockSafety) { in update_source_scope_for_safety_mode()
/third_party/rust/rust/compiler/rustc_middle/src/
Dthir.rs182 pub enum BlockSafety { enum