Sign in
android
/
platform
/
external
/
rust
/
crates
/
tracing-attributes
/
6d52557616142f2484f0935c4565fcfc2d042d10
/
.
/
tests
/
ui
/
const_instrument.rs
blob: a251e8f66b978d8f525bebbac46fd7d9ab675658 [
file
] [
log
] [
blame
]
#![
allow
(
unreachable_code
)]
#[
tracing
::
instrument
]
const
fn
unit
()
{
""
}
fn
main
()
{}