blob: 8eeaf36dca2902cf27304e6050dcd49bbb93edd8 [file] [log] [blame]
#[cfg_attr(all(), must_use, deprecated)]
fn issue_12320() {}
//~^ must_use_unit
#[cfg_attr(all(), deprecated, doc = "foo", must_use)]
fn issue_12320_2() {}
//~^ must_use_unit
fn main() {}