about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-fmt-debug.rs
blob: f30befbd19c21b49dfb2066e3baba764f94c87c9 (plain)
1
2
3
4
5
#[cfg(fmt_debug = "full")]
//~^ ERROR is experimental
fn main() {

}