Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
test-harness
/
test-ignore-cfg.rs
blob: c6bd7680bd5c3594099a45019c71f31fd8a3d4d9 [
file
] [
log
] [
blame
] [
edit
]
#[
test
]
#[
cfg_attr
(
ignorecfg
,
ignore
)]
fn
shouldignore
()
{}
#[
test
]
#[
cfg_attr
(
noignorecfg
,
ignore
)]
fn
shouldnotignore
()
{}