]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-profiler-runtime.rs
parser will not give wrong help message for 'public'
[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() {}