blob: 2ce1d50fbb0ba4ffb07f17438a75554bb0eb9a3b [file] [log] [blame] [edit]
//@ edition:2018
#[bench] //~ ERROR use of unstable library feature 'test'
//~| WARN this was previously accepted
fn bench() {}
use bench as _; //~ ERROR use of unstable library feature 'test'
//~| WARN this was previously accepted
fn main() {}