summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-profiler-runtime.rs
blob: f8a70963481c5914133cbea665cba761997cccd5 (plain)
1
2
3
#![profiler_runtime] //~ ERROR the `#[profiler_runtime]` attribute is

fn main() {}