File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -610,6 +610,7 @@ fn register_builtins(store: &mut LintStore) {
610
610
"converted into hard error, see issue #127323 \
611
611
<https://github.com/rust-lang/rust/issues/127323> for more information",
612
612
) ;
613
+ store. register_removed ( "unsupported_fn_ptr_calling_conventions" , "converted into hard error" ) ;
613
614
store. register_removed (
614
615
"undefined_naked_function_abi" ,
615
616
"converted into hard error, see PR #139001 \
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ declare_lint_pass! {
123
123
UNSAFE_OP_IN_UNSAFE_FN ,
124
124
UNSTABLE_NAME_COLLISIONS ,
125
125
UNSTABLE_SYNTAX_PRE_EXPANSION ,
126
- UNSUPPORTED_FN_PTR_CALLING_CONVENTIONS ,
127
126
UNUSED_ASSIGNMENTS ,
128
127
UNUSED_ASSOCIATED_TYPE_BOUNDS ,
129
128
UNUSED_ATTRIBUTES ,
You can’t perform that action at this time.
0 commit comments