Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
must_use_unit_unfixable.rs
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
()
{}