Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
impl-item-fn-no-body-pass.rs
blob: 5a593fe1d124dad8662041c1964338e16f38dcf1 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
fn
main
()
{}
#[
cfg
(
FALSE
)]
impl
X
{
fn
f
();
}