DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / vendor / tracing-attributes-0.1.28 / tests / ui / const_instrument.rs
12345678
#![allow(unreachable_code)] #[tracing::instrument] const fn unit() { "" } fn main() {}