rust/tests/ui/feature-gates/feature-gate-fmt-debug.rs
Kornel 88b9edc9db
fmt-debug option
Allows disabling `fmt::Debug` derive and debug formatting.
2024-08-28 23:32:40 +01:00

6 lines
69 B
Rust

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