wip #2
rust.yml
on: push
build-test-win
2m 36s
build-test-msvc
1m 53s
build-test-mac
22s
build
1m 41s
test-and-valgrind
0s
Annotations
16 errors and 347 warnings
approximate value of `f{32, 64}::consts::FRAC_1_SQRT_2` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L172
error: approximate value of `f{32, 64}::consts::FRAC_1_SQRT_2` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:172:28
|
172 | pub const M_SQRT1_2: f64 = 0.7071067811865476;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::SQRT_2` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L171
error: approximate value of `f{32, 64}::consts::SQRT_2` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:171:26
|
171 | pub const M_SQRT2: f64 = 1.4142135623730951;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::FRAC_2_SQRT_PI` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L170
error: approximate value of `f{32, 64}::consts::FRAC_2_SQRT_PI` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:170:29
|
170 | pub const M_2_SQRTPI: f64 = 1.1283791670955126;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::FRAC_2_PI` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L169
error: approximate value of `f{32, 64}::consts::FRAC_2_PI` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:169:25
|
169 | pub const M_2_PI: f64 = 0.6366197723675814;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::FRAC_1_PI` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L168
error: approximate value of `f{32, 64}::consts::FRAC_1_PI` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:168:25
|
168 | pub const M_1_PI: f64 = 0.3183098861837907;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::FRAC_PI_4` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L167
error: approximate value of `f{32, 64}::consts::FRAC_PI_4` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:167:25
|
167 | pub const M_PI_4: f64 = 0.7853981633974483;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::FRAC_PI_2` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L166
error: approximate value of `f{32, 64}::consts::FRAC_PI_2` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:166:25
|
166 | pub const M_PI_2: f64 = 1.5707963267948966;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::PI` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L165
error: approximate value of `f{32, 64}::consts::PI` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:165:23
|
165 | pub const M_PI: f64 = 3.141592653589793;
| ^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::LN_10` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L164
error: approximate value of `f{32, 64}::consts::LN_10` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:164:25
|
164 | pub const M_LN10: f64 = 2.302585092994046;
| ^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::LN_2` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L163
error: approximate value of `f{32, 64}::consts::LN_2` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:163:24
|
163 | pub const M_LN2: f64 = 0.6931471805599453;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::LOG10_E` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L162
error: approximate value of `f{32, 64}::consts::LOG10_E` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:162:27
|
162 | pub const M_LOG10E: f64 = 0.4342944819032518;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::LOG2_E` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L161
error: approximate value of `f{32, 64}::consts::LOG2_E` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:161:26
|
161 | pub const M_LOG2E: f64 = 1.4426950408889634;
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
|
approximate value of `f{32, 64}::consts::E` found:
/home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L160
error: approximate value of `f{32, 64}::consts::E` found
--> /home/runner/work/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs:160:22
|
160 | pub const M_E: f64 = 2.718281828459045;
| ^^^^^^^^^^^^^^^^^
|
= help: consider using the constant directly
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#approx_constant
= note: `#[deny(clippy::approx_constant)]` on by default
|
build
Clippy had exited with the 101 exit code
|
build-test-msvc
Process completed with exit code 1.
|
build-test-win
Process completed with exit code 1.
|
build-test-mac
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
`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#L3020
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
|
`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#L3020
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
|
`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#L3020
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
|
`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#L3017
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
|
`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#L3017
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
|
`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#L3017
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
|
`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#L3014
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
|
`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#L3014
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
|
`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#L3014
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
|
`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#L3014
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
|
`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#L3011
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
|
`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#L3011
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
|
`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#L3011
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
|
`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#L3011
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
|
`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#L3008
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
|
`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#L3008
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
|
`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#L3008
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
|
`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#L3005
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
|
`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#L3005
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
|
`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#L3005
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
|
`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#L3002
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
|
`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#L3002
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
|
`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#L3002
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
|
`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#L2999
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
|
`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#L2999
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
|
`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#L2999
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:23
|
2999 | pub fn fmaxl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2996
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:2996:45
|
2996 | pub fn __fdiml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2996
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:2996:36
|
2996 | pub fn __fdiml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2996
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:2996:25
|
2996 | pub fn __fdiml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2993
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:2993:43
|
2993 | pub fn fdiml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2993
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:2993:34
|
2993 | pub fn fdiml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2993
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:2993:23
|
2993 | pub fn fdiml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2990
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:2990:28
|
2990 | pub fn __llroundl(__x: u128) -> ::std::os::raw::c_longlong;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2987
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:2987:26
|
2987 | pub fn llroundl(__x: u128) -> ::std::os::raw::c_longlong;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2984
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:2984:27
|
2984 | pub fn __lroundl(__x: u128) -> ::std::os::raw::c_long;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2981
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:2981:25
|
2981 | pub fn lroundl(__x: u128) -> ::std::os::raw::c_long;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2978
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:2978:27
|
2978 | pub fn __llrintl(__x: u128) -> ::std::os::raw::c_longlong;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2975
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:2975:25
|
2975 | pub fn llrintl(__x: u128) -> ::std::os::raw::c_longlong;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2972
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:2972:26
|
2972 | pub fn __lrintl(__x: u128) -> ::std::os::raw::c_long;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2969
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:2969:24
|
2969 | pub fn lrintl(__x: u128) -> ::std::os::raw::c_long;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2966
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:2966:82
|
2966 | pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2966
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:2966:38
|
2966 | pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2966
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:2966:27
|
2966 | pub fn __remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2963
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:2963:80
|
2963 | pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2963
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:2963:36
|
2963 | pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2963
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:2963:25
|
2963 | pub fn remquol(__x: u128, __y: u128, __quo: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2960
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:2960:35
|
2960 | pub fn __truncl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2960
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:2960:26
|
2960 | pub fn __truncl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2957
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:2957:33
|
2957 | pub fn truncl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2957
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:2957:24
|
2957 | pub fn truncl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2954
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:2954:35
|
2954 | pub fn __roundl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2954
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:2954:26
|
2954 | pub fn __roundl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2951
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:2951:33
|
2951 | pub fn roundl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2951
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:2951:24
|
2951 | pub fn roundl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2948
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:2948:39
|
2948 | pub fn __nearbyintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2948
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:2948:30
|
2948 | pub fn __nearbyintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2945
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:2945:37
|
2945 | pub fn nearbyintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2945
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:2945:28
|
2945 | pub fn nearbyintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2942
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:2942:66
|
2942 | pub fn __scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2942
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:2942:28
|
2942 | pub fn __scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2939
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:2939:64
|
2939 | pub fn scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2939
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:2939:26
|
2939 | pub fn scalblnl(__x: u128, __n: ::std::os::raw::c_long) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2936
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:2936:26
|
2936 | pub fn __ilogbl(__x: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2933
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:2933:24
|
2933 | pub fn ilogbl(__x: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2930
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:2930:64
|
2930 | pub fn __scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2930
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:2930:27
|
2930 | pub fn __scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2927
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:2927:62
|
2927 | pub fn scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2927
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:2927:25
|
2927 | pub fn scalbnl(__x: u128, __n: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2924
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:2924:50
|
2924 | pub fn __remainderl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2924
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:2924:41
|
2924 | pub fn __remainderl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2924
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:2924:30
|
2924 | pub fn __remainderl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2921
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:2921:48
|
2921 | pub fn remainderl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2921
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:2921:39
|
2921 | pub fn remainderl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2921
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:2921:28
|
2921 | pub fn remainderl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2918
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:2918:51
|
2918 | pub fn __nexttowardl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2918
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:2918:42
|
2918 | pub fn __nexttowardl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2918
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:2918:31
|
2918 | pub fn __nexttowardl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2915
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:2915:49
|
2915 | pub fn nexttowardl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2915
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:2915:40
|
2915 | pub fn nexttowardl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2915
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:2915:29
|
2915 | pub fn nexttowardl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2912
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:2912:50
|
2912 | pub fn __nextafterl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2912
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:2912:41
|
2912 | pub fn __nextafterl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2912
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:2912:30
|
2912 | pub fn __nextafterl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2909
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:2909:48
|
2909 | pub fn nextafterl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2909
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:2909:39
|
2909 | pub fn nextafterl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2909
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:2909:28
|
2909 | pub fn nextafterl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2906
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:2906:34
|
2906 | pub fn __rintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2906
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:2906:25
|
2906 | pub fn __rintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2903
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:2903:32
|
2903 | pub fn rintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2903
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:2903:23
|
2903 | pub fn rintl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2900
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:2900:79
|
2900 | pub fn __lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2900
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:2900:30
|
2900 | pub fn __lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2897
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:2897:77
|
2897 | pub fn lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2897
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:2897:28
|
2897 | pub fn lgammal_r(arg1: u128, __signgamp: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2894
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:2894:36
|
2894 | pub fn __gammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2894
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:2894:27
|
2894 | pub fn __gammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2891
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:2891:34
|
2891 | pub fn gammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2891
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:2891:25
|
2891 | pub fn gammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2888
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:2888:37
|
2888 | pub fn __tgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2888
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:2888:28
|
2888 | pub fn __tgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2885
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:2885:35
|
2885 | pub fn tgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2885
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:2885:26
|
2885 | pub fn tgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2882
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:2882:37
|
2882 | pub fn __lgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2882
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:2882:28
|
2882 | pub fn __lgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2879
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:2879:35
|
2879 | pub fn lgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2879
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:2879:26
|
2879 | pub fn lgammal(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2876
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:2876:35
|
2876 | pub fn __erfcl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2876
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:2876:26
|
2876 | pub fn __erfcl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2873
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:2873:33
|
2873 | pub fn erfcl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2873
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:2873:24
|
2873 | pub fn erfcl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2870
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:2870:34
|
2870 | pub fn __erfl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2870
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:2870:25
|
2870 | pub fn __erfl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2867
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:2867:32
|
2867 | pub fn erfl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2867
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:2867:23
|
2867 | pub fn erfl(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2864
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:2864:62
|
2864 | pub fn __ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2864
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:2864:53
|
2864 | pub fn __ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2861
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:2861:60
|
2861 | pub fn ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2861
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:2861:51
|
2861 | pub fn ynl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2858
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:2858:33
|
2858 | pub fn __y1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2858
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:2858:24
|
2858 | pub fn __y1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2855
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:2855:31
|
2855 | pub fn y1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2855
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:2855:22
|
2855 | pub fn y1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2852
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:2852:33
|
2852 | pub fn __y0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2852
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:2852:24
|
2852 | pub fn __y0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2849
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:2849:31
|
2849 | pub fn y0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2849
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:2849:22
|
2849 | pub fn y0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2846
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:2846:62
|
2846 | pub fn __jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2846
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:2846:53
|
2846 | pub fn __jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2843
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:2843:60
|
2843 | pub fn jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2843
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:2843:51
|
2843 | pub fn jnl(arg1: ::std::os::raw::c_int, arg2: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2840
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:2840:33
|
2840 | pub fn __j1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2840
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:2840:24
|
2840 | pub fn __j1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2837
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:2837:31
|
2837 | pub fn j1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2837
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:2837:22
|
2837 | pub fn j1l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2834
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:2834:33
|
2834 | pub fn __j0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2834
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:2834:24
|
2834 | pub fn __j0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2831
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:2831:31
|
2831 | pub fn j0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2831
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:2831:22
|
2831 | pub fn j0l(arg1: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2828
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:2828:28
|
2828 | pub fn isnanl(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2825
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:2825:61
|
2825 | pub fn __nanl(__tagb: *const ::std::os::raw::c_char) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2822
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:2822:59
|
2822 | pub fn nanl(__tagb: *const ::std::os::raw::c_char) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2819
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:2819:49
|
2819 | pub fn __copysignl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2819
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:2819:40
|
2819 | pub fn __copysignl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2819
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:2819:29
|
2819 | pub fn __copysignl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2816
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:2816:47
|
2816 | pub fn copysignl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2816
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:2816:38
|
2816 | pub fn copysignl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2816
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:2816:27
|
2816 | pub fn copysignl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2813
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:2813:41
|
2813 | pub fn __significandl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2813
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:2813:32
|
2813 | pub fn __significandl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2810
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:2810:39
|
2810 | pub fn significandl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2810
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:2810:30
|
2810 | pub fn significandl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2807
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:2807:45
|
2807 | pub fn __dreml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2807
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:2807:36
|
2807 | pub fn __dreml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2807
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:2807:25
|
2807 | pub fn __dreml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2804
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:2804:43
|
2804 | pub fn dreml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2804
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:2804:34
|
2804 | pub fn dreml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2804
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:2804:23
|
2804 | pub fn dreml(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2801
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:2801:29
|
2801 | pub fn finitel(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2798
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:2798:28
|
2798 | pub fn isinfl(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2795
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:2795:45
|
2795 | pub fn __fmodl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2795
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:2795:36
|
2795 | pub fn __fmodl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2795
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:2795:25
|
2795 | pub fn __fmodl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2792
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:2792:43
|
2792 | pub fn fmodl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2792
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:2792:34
|
2792 | pub fn fmodl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2792
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:2792:23
|
2792 | pub fn fmodl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2789
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:2789:35
|
2789 | pub fn __floorl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2789
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:2789:26
|
2789 | pub fn __floorl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2786
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:2786:33
|
2786 | pub fn floorl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2786
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:2786:24
|
2786 | pub fn floorl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2783
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:2783:34
|
2783 | pub fn __fabsl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2783
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:2783:25
|
2783 | pub fn __fabsl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2780
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:2780:32
|
2780 | pub fn fabsl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2780
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:2780:23
|
2780 | pub fn fabsl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2777
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:2777:34
|
2777 | pub fn __ceill(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2777
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:2777:25
|
2777 | pub fn __ceill(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2774
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:2774:32
|
2774 | pub fn ceill(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2774
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:2774:23
|
2774 | pub fn ceill(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2771
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:2771:34
|
2771 | pub fn __cbrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2771
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:2771:25
|
2771 | pub fn __cbrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2768
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:2768:32
|
2768 | pub fn cbrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2768
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:2768:23
|
2768 | pub fn cbrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2765
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:2765:46
|
2765 | pub fn __hypotl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2765
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:2765:37
|
2765 | pub fn __hypotl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2765
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:2765:26
|
2765 | pub fn __hypotl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2762
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:2762:44
|
2762 | pub fn hypotl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2762
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:2762:35
|
2762 | pub fn hypotl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2759
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:2759:34
|
2759 | pub fn __sqrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2759
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:2759:25
|
2759 | pub fn __sqrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2756
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:2756:32
|
2756 | pub fn sqrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2756
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:2756:23
|
2756 | pub fn sqrtl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2753
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:2753:44
|
2753 | pub fn __powl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2753
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:2753:35
|
2753 | pub fn __powl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2753
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:2753:24
|
2753 | pub fn __powl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2750
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:2750:42
|
2750 | pub fn powl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2750
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:2750:33
|
2750 | pub fn powl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2750
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:2750:22
|
2750 | pub fn powl(__x: u128, __y: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2747
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:2747:34
|
2747 | pub fn __log2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2747
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:2747:25
|
2747 | pub fn __log2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2744
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:2744:32
|
2744 | pub fn log2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2744
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:2744:23
|
2744 | pub fn log2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2741
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:2741:34
|
2741 | pub fn __exp2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2741
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:2741:25
|
2741 | pub fn __exp2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2738
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:2738:32
|
2738 | pub fn exp2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2738
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:2738:23
|
2738 | pub fn exp2l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2735
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:2735:34
|
2735 | pub fn __logbl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2735
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:2735:25
|
2735 | pub fn __logbl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2732
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:2732:23
|
2732 | pub fn logbl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2729
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:2729:35
|
2729 | pub fn __log1pl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2729
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:2729:26
|
2729 | pub fn __log1pl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2726
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:2726:33
|
2726 | pub fn log1pl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2726
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:2726:24
|
2726 | pub fn log1pl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2723
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:2723:35
|
2723 | pub fn __expm1l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2723
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:2723:26
|
2723 | pub fn __expm1l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2720
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:2720:33
|
2720 | pub fn expm1l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2720
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:2720:24
|
2720 | pub fn expm1l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2717
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:2717:53
|
2717 | pub fn __modfl(__x: u128, __iptr: *mut u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2717
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:2717:39
|
2717 | pub fn __modfl(__x: u128, __iptr: *mut u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2717
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:2717:25
|
2717 | pub fn __modfl(__x: u128, __iptr: *mut u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2714
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:2714:51
|
2714 | pub fn modfl(__x: u128, __iptr: *mut u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2714
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:2714:37
|
2714 | pub fn modfl(__x: u128, __iptr: *mut u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2714
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:2714:23
|
2714 | pub fn modfl(__x: u128, __iptr: *mut u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2711
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:2711:35
|
2711 | pub fn __log10l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2711
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:2711:26
|
2711 | pub fn __log10l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2708
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:2708:33
|
2708 | pub fn log10l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2708
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:2708:24
|
2708 | pub fn log10l(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2705
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:2705:33
|
2705 | pub fn __logl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2705
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:2705:24
|
2705 | pub fn __logl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2702
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:2702:31
|
2702 | pub fn logl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2702
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:2702:22
|
2702 | pub fn logl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2699
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:2699:70
|
2699 | pub fn __ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2699
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:2699:26
|
2699 | pub fn __ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2696
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:2696:68
|
2696 | pub fn ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2696
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:2696:24
|
2696 | pub fn ldexpl(__x: u128, __exponent: ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2693
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:2693:75
|
2693 | pub fn __frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2693
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:2693:26
|
2693 | pub fn __frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2690
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:2690:73
|
2690 | pub fn frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2690
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:2690:24
|
2690 | pub fn frexpl(__x: u128, __exponent: *mut ::std::os::raw::c_int) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2687
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:2687:33
|
2687 | pub fn __expl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2687
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:2687:24
|
2687 | pub fn __expl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2684
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:2684:31
|
2684 | pub fn expl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2684
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:2684:22
|
2684 | pub fn expl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2681
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:2681:35
|
2681 | pub fn __atanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2681
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:2681:26
|
2681 | pub fn __atanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2678
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:2678:33
|
2678 | pub fn atanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2678
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:2678:24
|
2678 | pub fn atanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2675
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:2675:35
|
2675 | pub fn __asinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2675
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:2675:26
|
2675 | pub fn __asinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2672
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:2672:33
|
2672 | pub fn asinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2672
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:2672:24
|
2672 | pub fn asinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2669
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:2669:35
|
2669 | pub fn __acoshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2669
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:2669:26
|
2669 | pub fn __acoshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2666
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:2666:33
|
2666 | pub fn acoshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2666
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:2666:24
|
2666 | pub fn acoshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2663
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:2663:34
|
2663 | pub fn __tanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2663
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:2663:25
|
2663 | pub fn __tanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2660
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:2660:32
|
2660 | pub fn tanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2660
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:2660:23
|
2660 | pub fn tanhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2657
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:2657:34
|
2657 | pub fn __sinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2657
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:2657:25
|
2657 | pub fn __sinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2654
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:2654:32
|
2654 | pub fn sinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2654
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:2654:23
|
2654 | pub fn sinhl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2651
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:2651:34
|
2651 | pub fn __coshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2651
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:2651:25
|
2651 | pub fn __coshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2648
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:2648:32
|
2648 | pub fn coshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2648
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:2648:23
|
2648 | pub fn coshl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2645
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:2645:33
|
2645 | pub fn __tanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2645
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:2645:24
|
2645 | pub fn __tanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2642
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:2642:31
|
2642 | pub fn tanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2642
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:2642:22
|
2642 | pub fn tanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2639
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:2639:33
|
2639 | pub fn __sinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2639
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:2639:24
|
2639 | pub fn __sinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2636
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:2636:31
|
2636 | pub fn sinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2636
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:2636:22
|
2636 | pub fn sinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2633
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:2633:33
|
2633 | pub fn __cosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2633
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:2633:24
|
2633 | pub fn __cosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2630
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:2630:31
|
2630 | pub fn cosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2630
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:2630:22
|
2630 | pub fn cosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2627
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:2627:46
|
2627 | pub fn __atan2l(__y: u128, __x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2627
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:2627:37
|
2627 | pub fn __atan2l(__y: u128, __x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2627
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:2627:26
|
2627 | pub fn __atan2l(__y: u128, __x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2624
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:2624:44
|
2624 | pub fn atan2l(__y: u128, __x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2624
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:2624:35
|
2624 | pub fn atan2l(__y: u128, __x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2624
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:2624:24
|
2624 | pub fn atan2l(__y: u128, __x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2621
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:2621:34
|
2621 | pub fn __atanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2621
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:2621:25
|
2621 | pub fn __atanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2618
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:2618:32
|
2618 | pub fn atanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2618
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:2618:23
|
2618 | pub fn atanl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2615
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:2615:34
|
2615 | pub fn __asinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2615
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:2615:25
|
2615 | pub fn __asinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2612
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:2612:32
|
2612 | pub fn asinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2612
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:2612:23
|
2612 | pub fn asinl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2609
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:2609:34
|
2609 | pub fn __acosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2609
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:2609:25
|
2609 | pub fn __acosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2606
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:2606:32
|
2606 | pub fn acosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2606
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:2606:23
|
2606 | pub fn acosl(__x: u128) -> 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2603
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:2603:36
|
2603 | pub fn __issignalingl(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2600
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:2600:39
|
2600 | pub fn __iseqsigl(__x: u128, __y: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2600
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:2600:28
|
2600 | pub fn __iseqsigl(__x: u128, __y: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2597
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:2597:30
|
2597 | pub fn __isnanl(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2594
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:2594:31
|
2594 | pub fn __finitel(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2591
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:2591:30
|
2591 | pub fn __isinfl(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2588
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:2588:32
|
2588 | pub fn __signbitl(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2585
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:2585:35
|
2585 | pub fn __fpclassifyl(__value: u128) -> ::std::os::raw::c_int;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2480
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:2480:41
|
2480 | pub fn __nexttowardf(__x: f32, __y: u128) -> f32;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2477
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:2477:39
|
2477 | pub fn nexttowardf(__x: f32, __y: u128) -> f32;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2042
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:2042:40
|
2042 | pub fn __nexttoward(__x: f64, __y: u128) -> f64;
| ^^^^ 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/quickjs-sys/quickjs-sys/target/debug/build/hirofa-quickjs-sys-7e2990df9a435ca7/out/bindings.rs#L2039
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:2039:38
|
2039 | pub fn nexttoward(__x: f64, __y: u128) -> f64;
| ^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
= note: `#[warn(improper_ctypes)]` on by default
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L168
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:168:1
|
168 | pub unsafe fn JS_NewCFunctionMagic(ctx: *mut JSContext, func: *mut JSCFunctionMagic, name: *const ::std::os::raw::c_char, length: ::std::os::raw::c_int, cproto: JSCFunctionEnum, magic: ::std::os::raw::c_int) -> JSValu...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L163
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:163:1
|
163 | pub unsafe fn JS_NewCFunction(ctx: *mut JSContext, func: *mut JSCFunction, name: *const ::std::os::raw::c_char,length: ::std::os::raw::c_int) -> JSValu...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L152
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:152:1
|
152 | pub unsafe fn JS_ToUint32(ctx: *mut JSContext, pres: u32, val: JSValue) -> u32 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L147
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:147:1
|
147 | pub unsafe fn JS_IsObject(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L142
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:142:1
|
142 | pub unsafe fn JS_IsSymbol(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L137
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:137:1
|
137 | pub unsafe fn JS_IsString(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L132
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:132:1
|
132 | pub unsafe fn JS_IsUninitialized(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L127
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:127:1
|
127 | pub unsafe fn JS_IsException(v: JSValue) -> bool{
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L122
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:122:1
|
122 | pub unsafe fn JS_IsUndefined(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L117
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:117:1
|
117 | pub unsafe fn JS_IsNull(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L112
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:112:1
|
112 | pub unsafe fn JS_IsBool(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L107
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:107:1
|
107 | pub unsafe fn JS_IsBigDecimal(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L102
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:102:1
|
102 | pub unsafe fn JS_IsBigFloat(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L97
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:97:1
|
97 | pub unsafe fn JS_IsBigInt(ctx: *mut JSContext, v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L92
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:92:1
|
92 | pub unsafe fn JS_IsNumber(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L87
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:87:1
|
87 | pub unsafe fn JS_VALUE_GET_NORM_TAG(v: JSValue) -> ::std::os::raw::c_int {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L82
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:82:1
|
82 | pub unsafe fn JS_VALUE_GET_FLOAT64(v: JSValue) -> f64 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L77
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:77:1
|
77 | pub unsafe fn JS_VALUE_IS_NAN(v: JSValue) -> bool {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L66
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:66:1
|
66 | pub unsafe fn JS_NewInt32(ctx: *mut JSContext, v: i32) -> JSValue {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L61
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:61:1
|
61 | pub unsafe fn JS_NewBool(ctx: *mut JSContext, v: bool) -> JSValue {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L56
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:56:1
|
56 | pub unsafe fn JS_FreeValueRT(rt: *mut JSRuntime, v: JSValue) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L51
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:51:1
|
51 | pub unsafe fn JS_FreeValue(ctx: *mut JSContext, v: JSValue) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L46
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:46:1
|
46 | pub unsafe fn JS_DupValueRT(rt: *mut JSRuntime, v: JSValue) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L41
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:41:1
|
41 | pub unsafe fn JS_DupValue(ctx: *mut JSContext, v: JSValue) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
|
unsafe function's docs are missing a `# Safety` section:
src/static-functions.rs#L36
warning: unsafe function's docs are missing a `# Safety` section
--> src/static-functions.rs:36:1
|
36 | pub unsafe fn JS_ValueGetTag(v: JSValue) -> i32 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test-msvc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-test-msvc
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test-msvc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-msvc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-msvc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-msvc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-win
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-test-win
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test-win
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-win
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-win
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-win
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|