about summary refs log tree commit diff
path: root/tests/codegen/instrument-xray/basic.rs
blob: 5da878474f2e687f9d441fb95f566319a34fe85d (plain)
1
2
3
4
5
6
7
8
9
// 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() {}