]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-profiler-runtime.rs
Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-for...
[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() {}