rust/tests/ui/parser/impl-item-fn-no-body-pass.rs

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

9 lines
66 B
Rust
Raw Normal View History

// check-pass
fn main() {}
#[cfg(FALSE)]
impl X {
fn f();
}