blob: cd32a52ebfd21bd653421734b45883adb5f7c7a5 [file] [log] [blame] [edit]
#![feature(rustc_attrs)]
#[cfg_attr(any(rpass2, rpass3), doc = "Some comment")]
pub struct Foo;
pub struct Wrapper(Foo);