Searched defs:needs_panic_runtime (Results 1 – 3 of 3) sorted by relevance
285 needs_panic_runtime: bool, field
1695 pub(crate) fn needs_panic_runtime(&self) -> bool { in needs_panic_runtime() method
705 let mut needs_panic_runtime = attr::contains_name(&krate.attrs, sym::needs_panic_runtime); in inject_panic_runtime() localVariable