compiler: Remove unsupported_fn_ptr_calling_conventions lint

This commit is contained in:
Jubilee Young
2025-06-06 13:04:03 -07:00
parent e93a99b324
commit b34c52043f
5 changed files with 7 additions and 31 deletions

View File

@@ -72,8 +72,8 @@ pub mod wfcheck;
use std::num::NonZero;
pub use check::{check_abi, check_abi_fn_ptr, check_custom_abi};
use rustc_abi::{ExternAbi, VariantIdx};
pub use check::{check_abi, check_custom_abi};
use rustc_abi::VariantIdx;
use rustc_data_structures::fx::{FxHashSet, FxIndexMap};
use rustc_errors::{Diag, ErrorGuaranteed, pluralize, struct_span_code_err};
use rustc_hir::LangItem;