Skip to content

Merge pull request #18 from s-simoncelli/plot-crate #29

Merge pull request #18 from s-simoncelli/plot-crate

Merge pull request #18 from s-simoncelli/plot-crate #29

Triggered via push August 15, 2024 07:44
Status Success
Total duration 3m 30s
Artifacts

tests.yaml

on: push
Cargo check and test on Unix systems
3m 21s
Cargo check and test on Unix systems
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
`extern` block uses type `u128`, which is not FFI-safe: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3126
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs:3126:18 | 3126 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3116
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs:3116:18 | 3116 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3089
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs:3089:18 | 3089 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3081
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs:3081:18 | 3081 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L3073
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs:3073:18 | 3073 | __value: u128, | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI
`extern` block uses type `u128`, which is not FFI-safe: /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs#L1381
warning: `extern` block uses type `u128`, which is not FFI-safe --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-70a2a3739ec0030d/out/bindings.rs:1381:10 | 1381 | ) -> u128; | ^^^^ not FFI-safe | = note: 128-bit integers don't currently have a known stable ABI = note: `#[warn(improper_ctypes)]` on by default