Sign in
rust
/
rust
/
36ba2c7712052d731a7082d0eba5ed3d9d56c133
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
must_use_unit_unfixable.rs
blob: 8eeaf36dca2902cf27304e6050dcd49bbb93edd8 [
file
]
#[
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
()
{}