summary refs log tree commit diff
path: root/src/test/ui/feature-gates/bench.rs
blob: afe4dc7d54c9b03339dcb818d3f898bdc34d2328 (plain)
1
2
3
4
5
#[bench] //~ ERROR use of unstable library feature 'test'
         //~| WARN this was previously accepted
fn bench() {}

fn main() {}