Skip to content

Commit 11b5eb7

Browse files
RalfJungMark-Simulacrum
authored andcommitted
add unsupported_calling_conventions to lint list
1 parent 4229c2e commit 11b5eb7

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
@@ -123,6 +123,7 @@ declare_lint_pass! {
123123
UNSTABLE_NAME_COLLISIONS,
124124
UNSTABLE_SYNTAX_PRE_EXPANSION,
125125
UNSUPPORTED_FN_PTR_CALLING_CONVENTIONS,
126+
UNSUPPORTED_CALLING_CONVENTIONS,
126127
UNUSED_ASSIGNMENTS,
127128
UNUSED_ASSOCIATED_TYPE_BOUNDS,
128129
UNUSED_ATTRIBUTES,

0 commit comments

Comments
 (0)