rustc/tests/ui/feature-gates/feature-gate-fmt-debug.rs
2024-10-21 11:08:01 +02:00

6 lines
69 B
Rust

#[cfg(fmt_debug = "full")]
//~^ ERROR is experimental
fn main() {
}