Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
doctest
/
doctest-cfg-feature-30252.rs
blob: 0a2e3f3cf9589b828c52fc736eef79ce24cac9b2 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:--test --cfg feature="bar"
// https://github.com/rust-lang/rust/issues/30252
#![
crate_name
=
"issue_30252"
]
/// ```rust
/// assert_eq!(cfg!(feature = "bar"), true);
/// ```
pub
fn
foo
()
{}