rust/tests/ui/feature-gates/feature-gate-profiler-runtime.rs
2023-01-11 09:32:08 +00:00

4 lines
84 B
Rust

#![profiler_runtime] //~ ERROR the `#[profiler_runtime]` attribute is
fn main() {}