Skip to content

Hypervolume refactoring #20

Hypervolume refactoring

Hypervolume refactoring #20

GitHub Actions / Clippy Output succeeded Aug 12, 2024 in 0s

Clippy Output

6 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 6
Note 0
Help 0

Versions

  • rustc 1.80.1 (3f5fd8dd4 2024-08-06)
  • cargo 1.80.1 (376290515 2024-07-16)
  • clippy 0.1.80 (3f5fd8d 2024-08-06)

Annotations

Check warning on line 3126 in /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

`extern` block uses type `u128`, which is not FFI-safe

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs:3126:18
     |
3126 |         __value: u128,
     |                  ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3116 in /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

`extern` block uses type `u128`, which is not FFI-safe

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs:3116:18
     |
3116 |         __value: u128,
     |                  ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3089 in /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

`extern` block uses type `u128`, which is not FFI-safe

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs:3089:18
     |
3089 |         __value: u128,
     |                  ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3081 in /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

`extern` block uses type `u128`, which is not FFI-safe

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs:3081:18
     |
3081 |         __value: u128,
     |                  ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3073 in /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

`extern` block uses type `u128`, which is not FFI-safe

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs:3073:18
     |
3073 |         __value: u128,
     |                  ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 1381 in /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

`extern` block uses type `u128`, which is not FFI-safe

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/optirustic/optirustic/target/debug/build/hv-wfg-sys-452b0460844a88c5/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