2015-12-15 03:03:55 -06:00
|
|
|
//@ compile-flags:--test --cfg feature="bar"
|
|
|
|
|
2023-10-16 18:12:17 -05:00
|
|
|
// https://github.com/rust-lang/rust/issues/30252
|
2023-10-16 17:41:04 -05:00
|
|
|
#![crate_name="issue_30252"]
|
|
|
|
|
2015-12-15 03:03:55 -06:00
|
|
|
/// ```rust
|
|
|
|
/// assert_eq!(cfg!(feature = "bar"), true);
|
|
|
|
/// ```
|
|
|
|
pub fn foo() {}
|