Skip to content

Commit 21140a5

Browse files
authored
Rollup merge of #144772 - RalfJung:unsupported_calling_conventions, r=lqd
add unsupported_calling_conventions to lint list Seems like you can emit lints without them being on the list, but users cannot control them then... *oops*.
2 parents feac604 + 0cc4be2 commit 21140a5

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
@@ -125,6 +125,7 @@ declare_lint_pass! {
125125
UNSAFE_OP_IN_UNSAFE_FN,
126126
UNSTABLE_NAME_COLLISIONS,
127127
UNSTABLE_SYNTAX_PRE_EXPANSION,
128+
UNSUPPORTED_CALLING_CONVENTIONS,
128129
UNUSED_ASSIGNMENTS,
129130
UNUSED_ASSOCIATED_TYPE_BOUNDS,
130131
UNUSED_ATTRIBUTES,

0 commit comments

Comments
 (0)