Skip to content
GitHub Actions / clippy failed Sep 22, 2024 in 4s

clippy

13 errors, 332 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 13
Warning 332
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check warning on line 3020 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3020:46
     |
3020 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
     |                                              ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3020 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3020:37
     |
3020 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
     |                                     ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3020 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3020:26
     |
3020 |     pub fn __scalbl(__x: u128, __n: u128) -> u128;
     |                          ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3017 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3017:44
     |
3017 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
     |                                            ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3017 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3017:35
     |
3017 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
     |                                   ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3017 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3017:24
     |
3017 |     pub fn scalbl(__x: u128, __n: u128) -> u128;
     |                        ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3014 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3014:55
     |
3014 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                                                       ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3014 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3014:46
     |
3014 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                                              ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3014 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3014:35
     |
3014 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                                   ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3014 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3014:24
     |
3014 |     pub fn __fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                        ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3011 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3011:53
     |
3011 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                                                     ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3011 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3011:44
     |
3011 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                                            ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3011 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3011:33
     |
3011 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                                 ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3011 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3011:22
     |
3011 |     pub fn fmal(__x: u128, __y: u128, __z: u128) -> u128;
     |                      ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3008 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3008:45
     |
3008 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
     |                                             ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3008 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3008:36
     |
3008 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
     |                                    ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3008 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3008:25
     |
3008 |     pub fn __fminl(__x: u128, __y: u128) -> u128;
     |                         ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3005 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3005:43
     |
3005 |     pub fn fminl(__x: u128, __y: u128) -> u128;
     |                                           ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3005 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3005:34
     |
3005 |     pub fn fminl(__x: u128, __y: u128) -> u128;
     |                                  ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3005 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3005:23
     |
3005 |     pub fn fminl(__x: u128, __y: u128) -> u128;
     |                       ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3002 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3002:45
     |
3002 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
     |                                             ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3002 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3002:36
     |
3002 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
     |                                    ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 3002 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:3002:25
     |
3002 |     pub fn __fmaxl(__x: u128, __y: u128) -> u128;
     |                         ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 2999 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:2999:43
     |
2999 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
     |                                           ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI

Check warning on line 2999 in /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

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

warning: `extern` block uses type `u128`, which is not FFI-safe
    --> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:2999:34
     |
2999 |     pub fn fmaxl(__x: u128, __y: u128) -> u128;
     |                                  ^^^^ not FFI-safe
     |
     = note: 128-bit integers don't currently have a known stable ABI