Skip to content

Commit 0cc4be2

Browse files
committed
add unsupported_calling_conventions to lint list
1 parent 6c02dd4 commit 0cc4be2

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)