]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-profiler-runtime.rs
Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk
[rust.git] / src / test / ui / feature-gates / feature-gate-profiler-runtime.rs
1 #![profiler_runtime] //~ ERROR the `#[profiler_runtime]` attribute is
2
3 fn main() {}