Skip to content

Commit 93c3ac2

Browse files
committed
declare_lint_pass for INLINE_ALWAYS_MISMATCHING_TARGET_FEATURES
The `INLINE_ALWAYS_MISMATCHING_TARGET_FEATURES` lint was missing from this causing it to be an unknown lint when attempting to allow it.
1 parent c4dc70e commit 93c3ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ declare_lint_pass! {
4848
ILL_FORMED_ATTRIBUTE_INPUT,
4949
INCOMPLETE_INCLUDE,
5050
INEFFECTIVE_UNSTABLE_TRAIT_IMPL,
51+
INLINE_ALWAYS_MISMATCHING_TARGET_FEATURES,
5152
INLINE_NO_SANITIZE,
5253
INVALID_DOC_ATTRIBUTES,
5354
INVALID_MACRO_EXPORT_ARGUMENTS,

0 commit comments

Comments
 (0)