Skip to content

Commit 0279922

Browse files
Add a few more missing lints
1 parent 3793263 commit 0279922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3308,6 +3308,7 @@ declare_lint_pass! {
33083308
INDIRECT_STRUCTURAL_MATCH,
33093309
INEFFECTIVE_UNSTABLE_TRAIT_IMPL,
33103310
INLINE_NO_SANITIZE,
3311+
INVALID_ALIGNMENT,
33113312
INVALID_DOC_ATTRIBUTES,
33123313
INVALID_MACRO_EXPORT_ARGUMENTS,
33133314
INVALID_TYPE_PARAM_DEFAULT,
@@ -3351,6 +3352,7 @@ declare_lint_pass! {
33513352
TYVAR_BEHIND_RAW_POINTER,
33523353
UNCONDITIONAL_PANIC,
33533354
UNCONDITIONAL_RECURSION,
3355+
UNDEFINED_NAKED_FUNCTION_ABI,
33543356
UNFULFILLED_LINT_EXPECTATIONS,
33553357
UNINHABITED_STATIC,
33563358
UNKNOWN_CRATE_TYPES,

0 commit comments

Comments
 (0)