Fix endianness of non-native 128-bit integers #91
Annotations
16 warnings
build (--std-tests)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (--std-tests):
src/context.rs#L170
unused variable: `i128_align`
|
build (--std-tests):
src/context.rs#L172
unused variable: `u128_align`
|
build (--std-tests)
`rustc_codegen_gcc` (lib) generated 2 warnings (run `cargo fix --lib -p rustc_codegen_gcc` to apply 2 suggestions)
|
build (--std-tests):
src/context.rs#L170
unused variable: `i128_align`
|
build (--std-tests):
src/context.rs#L172
unused variable: `u128_align`
|
build (--std-tests)
`rustc_codegen_gcc` (lib) generated 2 warnings (run `cargo fix --lib -p rustc_codegen_gcc` to apply 2 suggestions)
|
build (--mini-tests)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (--mini-tests):
src/context.rs#L170
unused variable: `i128_align`
|
build (--mini-tests):
src/context.rs#L172
unused variable: `u128_align`
|
build (--mini-tests)
`rustc_codegen_gcc` (lib) generated 2 warnings (run `cargo fix --lib -p rustc_codegen_gcc` to apply 2 suggestions)
|
build (--mini-tests):
example/mini_core_hello_world.rs#L277
unused variable: `f`
|
build (--mini-tests)
1 warning emitted
|
build (--mini-tests):
src/context.rs#L170
unused variable: `i128_align`
|
build (--mini-tests):
src/context.rs#L172
unused variable: `u128_align`
|
build (--mini-tests)
`rustc_codegen_gcc` (lib) generated 2 warnings (run `cargo fix --lib -p rustc_codegen_gcc` to apply 2 suggestions)
|