mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-05 23:35:46 +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() {}
|