Home
last modified time | relevance | path

Searched defs:needs_panic_runtime (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dmod.rs285 needs_panic_runtime: bool, field
Ddecoder.rs1695 pub(crate) fn needs_panic_runtime(&self) -> bool { in needs_panic_runtime() method
/third_party/rust/rust/compiler/rustc_metadata/src/
Dcreader.rs705 let mut needs_panic_runtime = attr::contains_name(&krate.attrs, sym::needs_panic_runtime); in inject_panic_runtime() localVariable