Skip to content

Commit e9d3085

Browse files
committed
Add bad_asm_style to HardwiredLints
1 parent e9cdccc commit e9d3085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2944,6 +2944,7 @@ declare_lint_pass! {
29442944
NONTRIVIAL_STRUCTURAL_MATCH,
29452945
SOFT_UNSTABLE,
29462946
INLINE_NO_SANITIZE,
2947+
BAD_ASM_STYLE,
29472948
ASM_SUB_REGISTER,
29482949
UNSAFE_OP_IN_UNSAFE_FN,
29492950
INCOMPLETE_INCLUDE,

0 commit comments

Comments
 (0)