Update all non-major dependencies - autoclosed #5467
Annotations
10 errors and 1 warning
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/dist/sse.rs#L27
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/dist/sse.rs:27:32
|
27 | type WeightedSseHBDFn = unsafe extern fn(
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/dist/sse.rs#L18
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/dist/sse.rs:18:29
|
18 | type WeightedSseFn = unsafe extern fn(
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/dist/cdef_dist.rs#L33
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/dist/cdef_dist.rs:33:1
|
33 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/dist/cdef_dist.rs#L18
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/dist/cdef_dist.rs:18:32
|
18 | type CdefDistKernelFn = unsafe extern fn(
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/cdef.rs#L251
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/cdef.rs:251:1
|
251 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/cdef.rs#L186
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/cdef.rs:186:28
|
186 | type CdefDirHBDFn = unsafe extern fn(
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/cdef.rs#L185
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/cdef.rs:185:10
|
185 | unsafe extern fn(tmp: *const u8, tmp_stride: isize, var: *mut u32) -> i32;
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/cdef.rs#L147
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/cdef.rs:147:1
|
147 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/cdef.rs#L27
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/cdef.rs:27:31
|
27 | type CdefFilterHBDFn = unsafe extern fn(
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
|
extern declarations without an explicit ABI are deprecated:
src/asm/x86/cdef.rs#L16
error: extern declarations without an explicit ABI are deprecated
--> src/asm/x86/cdef.rs:16:28
|
16 | type CdefFilterFn = unsafe extern fn(
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
= note: `-D missing-abi` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_abi)]`
|
|
msrv
Cache not found for keys: v1-rust-msrv-Linux-x64-27f3273f-0bc297d8, v1-rust-msrv-Linux-x64-27f3273f
|