Sign in
rust
/
rust-clippy
/
refs/heads/stable
/
.
/
tests
/
ui
/
must_use_unit_unfixable.rs
blob: 8eeaf36dca2902cf27304e6050dcd49bbb93edd8 [
file
] [
log
] [
blame
] [
edit
]
#[
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
()
{}