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