diff options
| author | bors <bors@rust-lang.org> | 2025-08-01 10:20:07 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-08-01 10:20:07 +0000 |
| commit | 924a5a4b7ff83cd7ba427a0a4a6fc84ef43034f3 (patch) | |
| tree | b21ca544919c9b3f14470d4c27fbfd3ceb3a1ef6 /compiler/rustc_lint_defs/src/builtin.rs | |
| parent | e3ee7f7aea5b45af3b42b5e4713da43876a65ac9 (diff) | |
| parent | 21140a5111df236fc24dac44af4ec3452b3cb948 (diff) | |
| download | rust-924a5a4b7ff83cd7ba427a0a4a6fc84ef43034f3.tar.gz rust-924a5a4b7ff83cd7ba427a0a4a6fc84ef43034f3.zip | |
Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung
Rollup of 6 pull requests Successful merges: - rust-lang/rust#144397 (`tests/ui/issues/`: The Issues Strike Back [2/N]) - rust-lang/rust#144410 (Make tier 3 musl targets link dynamically by default) - rust-lang/rust#144708 (Add tracing to step.rs and friends) - rust-lang/rust#144730 (Create a typed wrapper for codegen backends in bootstrap) - rust-lang/rust#144771 (Remove some noisy triagebot pings for myself) - rust-lang/rust#144772 (add unsupported_calling_conventions to lint list) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_lint_defs/src/builtin.rs')
| -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 b1edb5c3044..3b84c6b6110 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -125,6 +125,7 @@ declare_lint_pass! { UNSAFE_OP_IN_UNSAFE_FN, UNSTABLE_NAME_COLLISIONS, UNSTABLE_SYNTAX_PRE_EXPANSION, + UNSUPPORTED_CALLING_CONVENTIONS, UNUSED_ASSIGNMENTS, UNUSED_ASSOCIATED_TYPE_BOUNDS, UNUSED_ATTRIBUTES, |
