os-rust/tests/ui/feature-gates/feature-gate-fmt-debug.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
69 B
Rust
Raw Normal View History

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