blob: b399bd2cc0f8d1cc2ee5fb1b6b137a8a3e1676cc [file] [log] [blame]
#![deny(deprecated)]
#![feature(no_debug)]
#[no_debug] //~ ERROR use of deprecated attribute `no_debug`
fn main() {}