@@ -1766,11 +1766,9 @@ unsafe extern "C" {
1766
1766
pub fn LLVMRustGetLastError ( ) -> * const c_char ;
1767
1767
1768
1768
/// Prints the timing information collected by `-Ztime-llvm-passes`.
1769
- #[ expect( improper_ctypes) ]
1770
1769
pub ( crate ) fn LLVMRustPrintPassTimings ( OutStr : & RustString ) ;
1771
1770
1772
1771
/// Prints the statistics collected by `-Zprint-codegen-stats`.
1773
- #[ expect( improper_ctypes) ]
1774
1772
pub ( crate ) fn LLVMRustPrintStatistics ( OutStr : & RustString ) ;
1775
1773
1776
1774
/// Prepares inline assembly.
@@ -1791,7 +1789,6 @@ unsafe extern "C" {
1791
1789
ConstraintsLen : size_t ,
1792
1790
) -> bool ;
1793
1791
1794
- #[ allow( improper_ctypes) ]
1795
1792
pub ( crate ) fn LLVMRustCoverageWriteFilenamesToBuffer (
1796
1793
Filenames : * const * const c_char ,
1797
1794
FilenamesLen : size_t ,
@@ -1800,7 +1797,6 @@ unsafe extern "C" {
1800
1797
BufferOut : & RustString ,
1801
1798
) ;
1802
1799
1803
- #[ allow( improper_ctypes) ]
1804
1800
pub ( crate ) fn LLVMRustCoverageWriteFunctionMappingsToBuffer (
1805
1801
VirtualFileMappingIDs : * const c_uint ,
1806
1802
NumVirtualFileMappingIDs : size_t ,
@@ -1824,13 +1820,10 @@ unsafe extern "C" {
1824
1820
) -> & Value ;
1825
1821
pub ( crate ) fn LLVMRustCoverageHashBytes ( Bytes : * const c_char , NumBytes : size_t ) -> u64 ;
1826
1822
1827
- #[ allow( improper_ctypes) ]
1828
1823
pub ( crate ) fn LLVMRustCoverageWriteCovmapSectionNameToString ( M : & Module , OutStr : & RustString ) ;
1829
1824
1830
- #[ allow( improper_ctypes) ]
1831
1825
pub ( crate ) fn LLVMRustCoverageWriteCovfunSectionNameToString ( M : & Module , OutStr : & RustString ) ;
1832
1826
1833
- #[ allow( improper_ctypes) ]
1834
1827
pub ( crate ) fn LLVMRustCoverageWriteCovmapVarNameToString ( OutStr : & RustString ) ;
1835
1828
1836
1829
pub ( crate ) fn LLVMRustCoverageMappingVersion ( ) -> u32 ;
@@ -2185,14 +2178,11 @@ unsafe extern "C" {
2185
2178
pub fn LLVMRustDIBuilderCreateOpPlusUconst ( ) -> u64 ;
2186
2179
pub fn LLVMRustDIBuilderCreateOpLLVMFragment ( ) -> u64 ;
2187
2180
2188
- #[ allow( improper_ctypes) ]
2189
2181
pub fn LLVMRustWriteTypeToString ( Type : & Type , s : & RustString ) ;
2190
- #[ allow( improper_ctypes) ]
2191
2182
pub fn LLVMRustWriteValueToString ( value_ref : & Value , s : & RustString ) ;
2192
2183
2193
2184
pub fn LLVMRustHasFeature ( T : & TargetMachine , s : * const c_char ) -> bool ;
2194
2185
2195
- #[ allow( improper_ctypes) ]
2196
2186
pub ( crate ) fn LLVMRustPrintTargetCPUs ( TM : & TargetMachine , OutStr : & RustString ) ;
2197
2187
pub fn LLVMRustGetTargetFeaturesCount ( T : & TargetMachine ) -> size_t ;
2198
2188
pub fn LLVMRustGetTargetFeature (
@@ -2297,10 +2287,8 @@ unsafe extern "C" {
2297
2287
pub fn LLVMRustArchiveIteratorFree < ' a > ( AIR : & ' a mut ArchiveIterator < ' a > ) ;
2298
2288
pub fn LLVMRustDestroyArchive ( AR : & ' static mut Archive ) ;
2299
2289
2300
- #[ allow( improper_ctypes) ]
2301
2290
pub fn LLVMRustWriteTwineToString ( T : & Twine , s : & RustString ) ;
2302
2291
2303
- #[ allow( improper_ctypes) ]
2304
2292
pub fn LLVMRustUnpackOptimizationDiagnostic < ' a > (
2305
2293
DI : & ' a DiagnosticInfo ,
2306
2294
pass_name_out : & RustString ,
@@ -2318,7 +2306,6 @@ unsafe extern "C" {
2318
2306
message_out : & mut Option < & ' a Twine > ,
2319
2307
) ;
2320
2308
2321
- #[ allow( improper_ctypes) ]
2322
2309
pub fn LLVMRustWriteDiagnosticInfoToString ( DI : & DiagnosticInfo , s : & RustString ) ;
2323
2310
pub fn LLVMRustGetDiagInfoKind ( DI : & DiagnosticInfo ) -> DiagnosticKind ;
2324
2311
@@ -2327,7 +2314,6 @@ unsafe extern "C" {
2327
2314
cookie_out : & mut c_uint ,
2328
2315
) -> & ' a SMDiagnostic ;
2329
2316
2330
- #[ allow( improper_ctypes) ]
2331
2317
pub fn LLVMRustUnpackSMDiagnostic (
2332
2318
d : & SMDiagnostic ,
2333
2319
message_out : & RustString ,
@@ -2374,7 +2360,6 @@ unsafe extern "C" {
2374
2360
pub fn LLVMRustModuleBufferLen ( p : & ModuleBuffer ) -> usize ;
2375
2361
pub fn LLVMRustModuleBufferFree ( p : & ' static mut ModuleBuffer ) ;
2376
2362
pub fn LLVMRustModuleCost ( M : & Module ) -> u64 ;
2377
- #[ allow( improper_ctypes) ]
2378
2363
pub fn LLVMRustModuleInstructionStats ( M : & Module , Str : & RustString ) ;
2379
2364
2380
2365
pub fn LLVMRustThinLTOBufferCreate (
@@ -2427,7 +2412,6 @@ unsafe extern "C" {
2427
2412
bytecode_len : usize ,
2428
2413
) -> bool ;
2429
2414
pub fn LLVMRustLinkerFree < ' a > ( linker : & ' a mut Linker < ' a > ) ;
2430
- #[ allow( improper_ctypes) ]
2431
2415
pub fn LLVMRustComputeLTOCacheKey (
2432
2416
key_out : & RustString ,
2433
2417
mod_id : * const c_char ,
@@ -2450,7 +2434,6 @@ unsafe extern "C" {
2450
2434
pgo_available : bool ,
2451
2435
) ;
2452
2436
2453
- #[ allow( improper_ctypes) ]
2454
2437
pub fn LLVMRustGetMangledName ( V : & Value , out : & RustString ) ;
2455
2438
2456
2439
pub fn LLVMRustGetElementTypeArgIndex ( CallSite : & Value ) -> i32 ;
0 commit comments