Using #[inline] on function prototype should emit a warning #51280
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Uh oh!
There was an error while loading. Please reload this page.
The following trait does not emit any warnings, although it should warn that the
#[inline]
hint is ignored on function prototypes.Likewise for extern functions. E.g. should warn on
The text was updated successfully, but these errors were encountered: