#[inline] attribute causes #[allow(...)] to not work #115823
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given this code:
no warnings, as expected, are generated:
Given this code (note the addition of
#[inline]
) however:a warning is generated:
The text was updated successfully, but these errors were encountered: