about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-no-debug.rs
blob: a472c4c7663f573ffdf16e26ae302ed61cc34b57 (plain)
1
2
3
4
#![allow(deprecated)]

#[no_debug] //~ ERROR the `#[no_debug]` attribute was
fn main() {}