We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4229c2e commit f433cb4Copy full SHA for f433cb4
compiler/rustc_lint_defs/src/builtin.rs
@@ -122,6 +122,7 @@ declare_lint_pass! {
122
UNSAFE_OP_IN_UNSAFE_FN,
123
UNSTABLE_NAME_COLLISIONS,
124
UNSTABLE_SYNTAX_PRE_EXPANSION,
125
+ UNSUPPORTED_CALLING_CONVENTIONS,
126
UNSUPPORTED_FN_PTR_CALLING_CONVENTIONS,
127
UNUSED_ASSIGNMENTS,
128
UNUSED_ASSOCIATED_TYPE_BOUNDS,
0 commit comments