rustc/tests/ui/feature-gates/feature-gate-profiler-runtime.rs
2023-08-02 10:33:26 +02:00

4 lines
84 B
Rust

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