mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
7 lines
126 B
Rust
7 lines
126 B
Rust
// compile-flags:--test --cfg feature="bar"
|
|
|
|
/// ```rust
|
|
/// assert_eq!(cfg!(feature = "bar"), true);
|
|
/// ```
|
|
pub fn foo() {}
|