summary refs log tree commit diff
path: root/src/test/ui/issues/issue-24434.rs
blob: 7b270ceb688148a8d3a076609021dfd4133b68be (plain)
1
2
3
4
5
6
7
8
// compile-pass
#![allow(unused_attributes)]
// compile-flags:--cfg set1

#![cfg_attr(set1, feature(custom_attribute))]

#![foobar]
fn main() {}