oden/third-party/vendor/tracing-attributes/tests/ui/const_instrument.rs
2024-03-08 11:03:01 -08:00

8 lines
93 B
Rust

#![allow(unreachable_code)]
#[tracing::instrument]
const fn unit() {
""
}
fn main() {}