diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2021-04-10 19:24:24 +0100 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2021-04-10 19:24:24 +0100 |
| commit | e9d3085cb6d60aaffbecfb0404bd94938ab0772f (patch) | |
| tree | 738eea9fecb5ebaf2f4534aa19ba707eb4118242 | |
| parent | e9cdcccfa8321363999a43ee30a18b3aadbc20de (diff) | |
| download | rust-e9d3085cb6d60aaffbecfb0404bd94938ab0772f.tar.gz rust-e9d3085cb6d60aaffbecfb0404bd94938ab0772f.zip | |
Add `bad_asm_style` to HardwiredLints
| -rw-r--r-- | compiler/rustc_lint_defs/src/builtin.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint_defs/src/builtin.rs b/compiler/rustc_lint_defs/src/builtin.rs index 27724b4965c..53b94e18306 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -2944,6 +2944,7 @@ declare_lint_pass! { NONTRIVIAL_STRUCTURAL_MATCH, SOFT_UNSTABLE, INLINE_NO_SANITIZE, + BAD_ASM_STYLE, ASM_SUB_REGISTER, UNSAFE_OP_IN_UNSAFE_FN, INCOMPLETE_INCLUDE, |
