Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
rustdoc
/
issue-30252.rs
blob: c3777362a66d94f88d29d5524d4f0b43889ae002 [
file
] [
log
] [
blame
] [
edit
]
// compile-flags:--test --cfg feature="bar"
/// ```rust
/// assert_eq!(cfg!(feature = "bar"), true);
/// ```
pub
fn
foo
()
{}