rustc/tests/codegen/instrument-xray/basic.rs
2023-09-11 11:26:34 +02:00

10 lines
243 B
Rust

// Checks that `-Z instrument-xray` produces expected instrumentation.
//
// needs-xray
// compile-flags: -Z instrument-xray=always
#![crate_type = "lib"]
// CHECK: attributes #{{.*}} "function-instrument"="xray-always"
pub fn function() {}