rust/tests/ui/feature-gates/feature-gate-profiler-runti...

4 lines
84 B
Rust

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