You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `rustc` lints against any use following the first.This may become an error in the future.
383
384
384
385
r[attributes.diagnostics.must_use.message]
385
386
The `must_use` attribute may include a message by using the [MetaNameValueStr] syntax such as `#[must_use = "example message"]`.The message will be given alongside the warning.
0 commit comments