Update compiler/rustc_passes/src/check_attr.rs
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
958de5a938
commit
83ce771c0f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
warning: `must_use` attribute on `async` functions applies to the anonymous `Future` returned by the function, not the value within.
|
||||
warning: `must_use` attribute on `async` functions applies to the anonymous `Future` returned by the function, not the value within
|
||||
--> $DIR/unused-async.rs:5:1
|
||||
|
|
||||
LL | #[must_use]
|
||||
|
|
@ -11,7 +11,7 @@ LL | | }
|
|||
|
|
||||
= note: `#[warn(unused_attributes)]` on by default
|
||||
|
||||
warning: `must_use` attribute on `async` functions applies to the anonymous `Future` returned by the function, not the value within.
|
||||
warning: `must_use` attribute on `async` functions applies to the anonymous `Future` returned by the function, not the value within
|
||||
--> $DIR/unused-async.rs:15:5
|
||||
|
|
||||
LL | #[must_use]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue