0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-24 18:21:15 +01:00
rust/tests/codegen/instrument-xray/basic.rs

10 lines
259 B
Rust

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