Skip to content

Commit f433cb4

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

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
@@ -122,6 +122,7 @@ declare_lint_pass! {
122122
UNSAFE_OP_IN_UNSAFE_FN,
123123
UNSTABLE_NAME_COLLISIONS,
124124
UNSTABLE_SYNTAX_PRE_EXPANSION,
125+
UNSUPPORTED_CALLING_CONVENTIONS,
125126
UNSUPPORTED_FN_PTR_CALLING_CONVENTIONS,
126127
UNUSED_ASSIGNMENTS,
127128
UNUSED_ASSOCIATED_TYPE_BOUNDS,

0 commit comments

Comments
 (0)