From b34c52043f8df344b32789e0a4b26fd0f9965643 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 6 Jun 2025 13:04:03 -0700 Subject: compiler: Remove unsupported_fn_ptr_calling_conventions lint --- compiler/rustc_lint/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_lint/src') diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs index 20568f35a47..48982bda0a0 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -608,6 +608,7 @@ fn register_builtins(store: &mut LintStore) { "converted into hard error, see issue #127323 \ for more information", ); + store.register_removed("unsupported_fn_ptr_calling_conventions", "converted into hard error"); store.register_removed( "undefined_naked_function_abi", "converted into hard error, see PR #139001 \ -- cgit 1.4.1-3-g733a5