Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-attributes/tests/
Dinstrument.rs101 struct UnDebug(pub u32); in skip() struct
104 fn my_fn(arg1: usize, _arg2: UnDebug, _arg3: UnDebug) {} in skip()
107 fn my_fn2(_arg1: usize, _arg2: UnDebug, _arg3: UnDebug) {} in skip()