   Compiling compiler_builtins v0.1.140
   Compiling core v0.0.0 (/home/aler/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling proc-macro2 v1.0.94
   Compiling unicode-ident v1.0.18
   Compiling version_check v0.9.5
   Compiling autocfg v1.4.0
   Compiling syn v1.0.109
   Compiling heapless v0.8.0
   Compiling serde v1.0.219
   Compiling compiler_builtins v0.1.151
   Compiling proc-macro2-diagnostics v0.10.1
   Compiling lock_api v0.4.12
   Compiling quote v1.0.40
   Compiling syn v2.0.100
   Compiling serde_derive v1.0.219
   Compiling int-enum v1.2.0
   Compiling macros v0.1.0 (/home/aler/Documents/SafaOS/macros)
   Compiling rustc-std-workspace-core v1.99.0 (/home/aler/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
   Compiling alloc v0.0.0 (/home/aler/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
   Compiling byteorder v1.5.0
   Compiling stable_deref_trait v1.2.0
   Compiling scopeguard v1.2.0
   Compiling rustc-std-workspace-core v1.0.1
   Compiling rustc-std-workspace-alloc v1.0.1
error[E0464]: multiple candidates for `rmeta` dependency `core` found
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

   Compiling hash32 v0.3.1
error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:19:5
   |
19 | use core::arch::asm;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:20:5
   |
20 | use core::intrinsics;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:21:5
   |
21 | use core::mem;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/conv.rs:1:5
  |
1 | use core::ops::Neg;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:85:5
   |
85 | use core::mem::size_of;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:86:5
   |
86 | use core::ops;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/traits.rs:1:5
  |
1 | use core::ops;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:1:5
  |
1 | use core::ops;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:11:5
   |
11 | use core::intrinsics::{atomic_load_unordered, atomic_store_unordered, exact_div};
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:12:5
   |
12 | use core::mem;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:13:5
   |
13 | use core::ops::{BitOr, Shl};
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/x86_64.rs:3:5
  |
3 | use core::intrinsics;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/float_traits.rs:1:5
  |
1 | use core::{fmt, mem, ops};
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:3:5
  |
3 | use core::fmt;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:1:5
  |
1 | use core::{cmp, fmt, ops};
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2f.rs:17:5
   |
17 | use core::f64;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/atan.rs:32:5
   |
32 | use core::f64;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/cbrtf.rs:20:5
   |
20 | use core::f32;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/cosf.rs:17:5
   |
17 | use core::f64::consts::FRAC_PI_2;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/expm1.rs:13:5
   |
13 | use core::f64;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/hypot.rs:1:5
  |
1 | use core::f64;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/hypotf.rs:1:5
  |
1 | use core::f32;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/log10.rs:20:5
   |
20 | use core::f64;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/log10f.rs:16:5
   |
16 | use core::f32;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/log1p.rs:56:5
   |
56 | use core::f64;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/log1pf.rs:13:5
   |
13 | use core::f32;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/log2.rs:20:5
   |
20 | use core::f64;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/log2f.rs:16:5
   |
16 | use core::f32;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/powf.rs:16:5
   |
16 | use core::cmp::Ordering;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/sinf.rs:17:5
   |
17 | use core::f64::consts::FRAC_PI_2;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/tanf.rs:17:5
   |
17 | use core::f64::consts::FRAC_PI_2;
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:6:5
  |
6 | use core::{fmt, ops};
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/big.rs:6:5
  |
6 | use core::ops;
  |     ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/probestack.rs:134:1
    |
134 | core::arch::global_asm!(
    | ^^^^
    |
    = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
    = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:201:9
    |
201 |         core::arch::asm!(
    |         ^^^^
    |
    = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
    = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/leading_zeros.rs:30:17
   |
30 |         const { assert!(T::BITS <= 64) };
   |                 ^^^^^^

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/leading_zeros.rs:45:17
   |
45 |         const { assert!(T::BITS >= 16) };
   |                 ^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/leading_zeros.rs:104:17
    |
104 |         const { assert!(T::BITS <= 64) };
    |                 ^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/leading_zeros.rs:121:17
    |
121 |         const { assert!(T::BITS >= 16) };
    |                 ^^^^^^

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/trailing_zeros.rs:16:17
   |
16 |         const { assert!(T::BITS <= 64) };
   |                 ^^^^^^

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/trailing_zeros.rs:28:17
   |
28 |         const { assert!(T::BITS >= 16) };
   |                 ^^^^^^

error: cannot find macro `panic` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:189:14
    |
189 |         _ => panic!("bad char"),
    |              ^^^^^

error: cannot find macro `panic` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:198:14
    |
198 |         _ => panic!("bad char"),
    |              ^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:250:5
    |
250 |     unimplemented!()
    |     ^^^^^^^^^^^^^

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/rint.rs:17:12
   |
17 |         if cfg!(x86_no_sse) && (F::BITS == 32 || F::BITS == 64) { force_eval!(x) } else { x }
   |            ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2_large.rs:229:8
    |
229 |     if cfg!(target_pointer_width = "64") {
    |        ^^^
    |
    = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

   Compiling spin v0.9.8
error: cannot find macro `unreachable` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2_large.rs:463:14
    |
463 |         _ => unreachable!(),
    |              ^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/fma_wide.rs:12:5
   |
12 |     unimplemented!()
   |     ^^^^^^^^^^^^^

error: cannot find macro `unreachable` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/lgamma_r.rs:276:18
    |
276 |             _ => unreachable!(),
    |                  ^^^^^^^^^^^

error: cannot find macro `unreachable` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/lgammaf_r.rs:211:18
    |
211 |             _ => unreachable!(),
    |                  ^^^^^^^^^^^

error: cannot find macro `unreachable` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/sincos.rs:59:14
   |
59 |         _ => unreachable!(),
   |              ^^^^^^^^^^^

error: cannot find macro `unreachable` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/sincosf.rs:119:14
    |
119 |         _ => unreachable!(),
    |              ^^^^^^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:143:17
    |
143 |         const { assert!(mem::size_of::<T>() != 0) };
    |                 ^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:199:17
    |
199 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^
...
259 | int_impl!(i128, u128);
    | --------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:199:17
    |
199 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^
...
258 | int_impl!(i64, u64);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:199:17
    |
199 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^
...
257 | int_impl!(i32, u32);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:199:17
    |
199 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^
...
256 | int_impl!(i16, u16);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:199:17
    |
199 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^
...
255 | int_impl!(i8, u8);
    | ----------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:199:17
    |
199 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^
...
254 | int_impl!(isize, usize);
    | ----------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `cfg` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/leading_zeros.rs:152:12
    |
152 |         if cfg!(any(target_arch = "riscv32", target_arch = "riscv64")) {
    |            ^^^
    |
    = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/leading_zeros.rs:143:12
    |
143 |         if cfg!(any(target_arch = "riscv32", target_arch = "riscv64")) {
    |            ^^^
    |
    = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:100:9
    |
100 |         cfg!(target_feature = "zbb")
    |         ^^^
    |
    = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:97:15
   |
97 |     } else if cfg!(any(target_arch = "riscv32", target_arch = "riscv64")) {
   |               ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:96:9
   |
96 |         cfg!(target_feature = "vis3")
   |         ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:94:15
   |
94 |     } else if cfg!(any(target_arch = "sparc", target_arch = "sparc64")) {
   |               ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:92:13
   |
92 |             cfg!(target_feature = "v5te")
   |             ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:87:13
   |
87 |             cfg!(target_feature = "v6t2")
   |             ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:83:12
   |
83 |         if cfg!(target_feature = "thumb-mode") {
   |            ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `cfg` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:82:8
   |
82 |     if cfg!(target_arch = "arm") {
   |        ^^^
   |
   = note: `cfg` is in scope, but it is an attribute: `#[cfg]`

error: cannot find macro `panic` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:571:9
    |
571 |         panic!("Invalid number of iterations")
    |         ^^^^^

error: cannot find attribute `derive` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/fma.rs:234:3
    |
234 | #[derive(Clone, Copy, Debug)]
    |   ^^^^^^

error: cannot find attribute `test` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/exp2.rs:390:3
    |
390 | #[test]
    |   ^^^^

error: cannot find macro `assert_eq` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/exp2.rs:393:5
    |
393 |     assert_eq!(exp2(x), f64::from_bits(0x3fefbdba3692d514));
    |     ^^^^^^^^^

error: cannot find macro `debug_assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2_large.rs:230:9
    |
230 |         debug_assert!(e0 <= 16360);
    |         ^^^^^^^^^^^^

error: cannot find macro `debug_assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/scalbn.rs:74:13
   |
74 |             debug_assert!(-exp_min + F::SIG_BITS as i32 + exp_max <= add * 2 + -exp_min);
   |             ^^^^^^^^^^^^

error: cannot find macro `debug_assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/scalbn.rs:53:9
   |
53 |         debug_assert!(-exp_min + F::SIG_BITS as i32 + exp_max <= exp_max * 3);
   |         ^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:329:17
    |
329 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:313:17
    |
313 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:297:17
    |
297 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:284:17
    |
284 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:271:17
    |
271 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:258:17
    |
258 |                 unimplemented!()
    |                 ^^^^^^^^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:206:5
    |
206 |     assert!(v != 0);
    |     ^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:175:5
    |
175 |     assert!(some_digits, "at least one exponent digit is required");
    |     ^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:172:9
    |
172 |         assert!(!of, "too many exponent digits");
    |         ^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:156:5
    |
156 |     assert!(some_digits, "at least one digit is required");
    |     ^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:145:17
    |
145 |                 assert!(!of, "too many digits");
    |                 ^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:135:17
    |
135 |                 assert!(!seen_point);
    |                 ^^^^^^

error: cannot find macro `panic` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:124:9
    |
124 |         panic!("no hex indicator");
    |         ^^^^^

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:81:5
   |
81 |     assert!(uexp >= 0 && uexp < (1 << exp_bits) - 2);
   |     ^^^^^^

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:57:5
   |
57 |     assert!(lsb + exp >= min_lsb, "the value is too tiny");
   |     ^^^^^^

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:56:5
   |
56 |     assert!(msb + exp <= max_msb, "the value is too huge");
   |     ^^^^^^

error: cannot find macro `assert` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:55:5
   |
55 |     assert!(msb - lsb <= sig_bits, "the value is too precise");
   |     ^^^^^^

error: cannot find attribute `derive` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/env.rs:49:3
   |
49 | #[derive(Clone, Copy, Debug, PartialEq)]
   |   ^^^^^^

error: cannot find attribute `derive` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/env.rs:36:3
   |
36 | #[derive(Clone, Copy, Debug, PartialEq)]
   |   ^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/big.rs:209:9
    |
209 |         unimplemented!("signed i128 widening multiply is not used")
    |         ^^^^^^^^^^^^^

error: cannot find macro `debug_assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/big.rs:122:9
    |
122 |         debug_assert!(rhs < Self::BITS, "attempted to shift right with overflow");
    |         ^^^^^^^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/big.rs:98:17
    |
98  |                 unimplemented!("only used to meet trait bounds")
    |                 ^^^^^^^^^^^^^
...
105 | impl_common!(u256);
    | ------------------ in this macro invocation
    |
    = note: this error originates in the macro `impl_common` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/big.rs:98:17
    |
98  |                 unimplemented!("only used to meet trait bounds")
    |                 ^^^^^^^^^^^^^
...
104 | impl_common!(i256);
    | ------------------ in this macro invocation
    |
    = note: this error originates in the macro `impl_common` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/big.rs:32:3
   |
32 | #[derive(Clone, Copy, Debug, PartialEq, PartialOrd)]
   |   ^^^^^^

error: cannot find attribute `derive` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/big.rs:14:3
   |
14 | #[derive(Clone, Copy, Debug, PartialEq, PartialOrd)]
   |   ^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:252:9
    |
252 |         unimplemented!("signed i128 widening multiply is not used")
    |         ^^^^^^^^^^^^^

error: cannot find macro `assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:109:9
    |
109 |         assert!(rhs < Self::BITS, "attempted to shift right with overflow");
    |         ^^^^^^

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:96:17
    |
96  |                 unimplemented!("only used to meet trait bounds")
    |                 ^^^^^^^^^^^^^
...
103 | impl_common!(u256);
    | ------------------ in this macro invocation
    |
    = note: this error originates in the macro `impl_common` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `unimplemented` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:96:17
    |
96  |                 unimplemented!("only used to meet trait bounds")
    |                 ^^^^^^^^^^^^^
...
102 | impl_common!(i256);
    | ------------------ in this macro invocation
    |
    = note: this error originates in the macro `impl_common` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `derive` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:34:3
   |
34 | #[derive(Clone, Copy, Debug, PartialEq, PartialOrd)]
   |   ^^^^^^

error: cannot find attribute `derive` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:18:3
   |
18 | #[derive(Clone, Copy, Debug, PartialEq, PartialOrd)]
   |   ^^^^^^

error: cannot find macro `panic` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:558:9
    |
558 |         panic!("Must have at least one full iteration");
    |         ^^^^^

error: cannot find macro `debug_assert` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:264:9
    |
264 |         debug_assert!(b_uq1_hw & (one_hw << (HalfRep::<F>::BITS - 1)) > zero_hw);
    |         ^^^^^^^^^^^^

error: cannot find attribute `derive` in this scope
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/cmp.rs:6:3
  |
6 | #[derive(Clone, Copy)]
  |   ^^^^^^

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/traits.rs:12:7
   |
12 |     + core::fmt::Debug
   |       ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:78:14
   |
78 |     unsafe { core::intrinsics::unreachable() }
   |              ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/shift.rs:81:44
   |
81 |     pub extern "C" fn __ashldi3(a: u64, b: core::ffi::c_uint) -> u64 {
   |                                            ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/shift.rs:99:44
   |
99 |     pub extern "C" fn __ashrdi3(a: i64, b: core::ffi::c_uint) -> i64 {
   |                                            ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/shift.rs:117:44
    |
117 |     pub extern "C" fn __lshrdi3(a: u64, b: core::ffi::c_uint) -> u64 {
    |                                            ^^^^
    |
    = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
    = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:7:7
  |
7 |     + core::fmt::Debug
  |       ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/float_traits.rs:212:30
    |
212 |             const PI: Self = core::$ty::consts::PI;
    |                              ^^^^
    |
    = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
    = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/float_traits.rs:214:37
    |
214 |             const FRAC_PI_2: Self = core::$ty::consts::FRAC_PI_2;
    |                                     ^^^^
    |
    = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
    = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/float_traits.rs:263:33
    |
263 |                         unsafe{ core::intrinsics::$fma_intrinsic(self, y, z) }
    |                                 ^^^^
    |
    = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
    = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/mod.rs:28:5
   |
28 |     core::intrinsics::cold_path();
   |     ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/mod.rs:3:20
  |
3 |         unsafe { ::core::ptr::read_volatile(&$e) }
  |                    ^^^^
  |
  = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
  = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:257:45
    |
257 | pub unsafe fn c_string_length(mut s: *const core::ffi::c_char) -> usize {
    |                                             ^^^^
    |
    = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
    = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0464]: multiple candidates for `rmeta` dependency `core` found
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:59:47
   |
59 |     pub unsafe extern "C" fn strlen(s: *const core::ffi::c_char) -> usize {
   |                                               ^^^^
   |
   = note: candidate #1: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/libcore-9dbd3f8bf4b2efcc.rmeta
   = note: candidate #2: /home/aler/Documents/safa-abi/target/x86_64-unknown-safaos/debug/deps/librustc_std_workspace_core-0db624ad71f2eb72.rmeta

error[E0405]: cannot find trait `Fn` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/conv.rs:76:15
   |
76 |         Conv: Fn(I::UnsignedInt) -> F::Int,
   |               ^^ not found in this scope

error[E0405]: cannot find trait `FnOnce` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/conv.rs:357:12
    |
357 |     FnFoo: FnOnce(I) -> I,
    |            ^^^^^^ not found in this scope

error[E0405]: cannot find trait `FnOnce` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/conv.rs:358:12
    |
358 |     FnOob: FnOnce() -> I,
    |            ^^^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:91:13
   |
91 |     F::Int: From<HalfRep<F>>,
   |             ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:92:13
   |
92 |     F::Int: From<u8>,
   |             ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/div.rs:95:13
   |
95 |     F::Int: From<u32>,
   |             ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/traits.rs:11:5
   |
11 |     Copy
   |     ^^^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/traits.rs:13:7
   |
13 |     + PartialEq
   |       ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `PartialOrd` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/float/traits.rs:14:7
   |
14 |     + PartialOrd
   |       ^^^^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:129:12
    |
129 |     if let Some(quo) = duo.checked_div(div) {
    |            ^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:130:16
    |
130 |         if let Some(rem) = duo.checked_rem(div) {
    |                ^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:231:12
    |
231 |     if let Some(quo) = duo.checked_div(div) {
    |            ^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:232:16
    |
232 |         if let Some(rem) = duo.checked_rem(div) {
    |                ^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:122:17
    |
122 |             let Some(base) = ret.0.get(base_idx) else {
    |                 ^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/big.rs:129:20
    |
129 |             if let Some(new) = ret.0.get(base_idx + 1) {
    |                    ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:6:5
  |
6 |     Copy
  |     ^^^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:33:7
   |
33 |     + PartialEq
   |       ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `PartialOrd` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:34:7
   |
34 |     + PartialOrd
   |       ^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:373:23
    |
373 | pub trait CastInto<T: Copy>: Copy {
    |                       ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:373:30
    |
373 | pub trait CastInto<T: Copy>: Copy {
    |                              ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:377:23
    |
377 | pub trait CastFrom<T: Copy>: Copy {
    |                       ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:377:30
    |
377 | pub trait CastFrom<T: Copy>: Copy {
    |                              ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:381:9
    |
381 | impl<T: Copy, U: CastInto<T> + Copy> CastFrom<U> for T {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:381:32
    |
381 | impl<T: Copy, U: CastInto<T> + Copy> CastFrom<U> for T {
    |                                ^^^^ not found in this scope

error[E0412]: cannot find type `Option` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/udiv.rs:24:57
   |
24 |     pub extern "C" fn __udivmodsi4(n: u32, d: u32, rem: Option<&mut u32>) -> u32 {
   |                                                         ^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/udiv.rs:26:16
   |
26 |         if let Some(rem) = rem {
   |                ^^^^ not found in this scope

error[E0412]: cannot find type `Option` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/udiv.rs:49:57
   |
49 |     pub extern "C" fn __udivmoddi4(n: u64, d: u64, rem: Option<&mut u64>) -> u64 {
   |                                                         ^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/udiv.rs:51:16
   |
51 |         if let Some(rem) = rem {
   |                ^^^^ not found in this scope

error[E0412]: cannot find type `Option` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/udiv.rs:86:59
   |
86 |     pub extern "C" fn __udivmodti4(n: u128, d: u128, rem: Option<&mut u128>) -> u128 {
   |                                                           ^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/udiv.rs:89:20
   |
89 |             if let Some(rem) = rem {
   |                    ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/float_traits.rs:8:5
  |
8 |     Copy
  |     ^^^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/float_traits.rs:10:7
   |
10 |     + PartialEq
   |       ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `PartialOrd` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/float_traits.rs:11:7
   |
11 |     + PartialOrd
   |       ^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:5:5
  |
5 |     Copy
  |     ^^^^ not found in this scope

error[E0405]: cannot find trait `PartialEq` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:39:7
   |
39 |     + PartialEq
   |       ^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `PartialOrd` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:40:7
   |
40 |     + PartialOrd
   |       ^^^^^^^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:61:7
   |
61 |     + From<bool>
   |       ^^^^ not found in this scope

error[E0412]: cannot find type `Option` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:88:42
   |
88 |     fn checked_add(self, other: Self) -> Option<Self>;
   |                                          ^^^^^^ not found in this scope

error[E0412]: cannot find type `Option` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:89:42
   |
89 |     fn checked_sub(self, other: Self) -> Option<Self>;
   |                                          ^^^^^^ not found in this scope

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:117:46
    |
117 |         fn checked_add(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
254 | int_impl!(isize, usize);
    | ----------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:121:46
    |
121 |         fn checked_sub(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
254 | int_impl!(isize, usize);
    | ----------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:117:46
    |
117 |         fn checked_add(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
255 | int_impl!(i8, u8);
    | ----------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:121:46
    |
121 |         fn checked_sub(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
255 | int_impl!(i8, u8);
    | ----------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:117:46
    |
117 |         fn checked_add(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
256 | int_impl!(i16, u16);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:121:46
    |
121 |         fn checked_sub(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
256 | int_impl!(i16, u16);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:117:46
    |
117 |         fn checked_add(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
257 | int_impl!(i32, u32);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:121:46
    |
121 |         fn checked_sub(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
257 | int_impl!(i32, u32);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:117:46
    |
117 |         fn checked_add(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
258 | int_impl!(i64, u64);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:121:46
    |
121 |         fn checked_sub(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
258 | int_impl!(i64, u64);
    | ------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:117:46
    |
117 |         fn checked_add(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
259 | int_impl!(i128, u128);
    | --------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0412]: cannot find type `Option` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:121:46
    |
121 |         fn checked_sub(self, other: Self) -> Option<Self> {
    |                                              ^^^^^^ not found in this scope
...
259 | int_impl!(i128, u128);
    | --------------------- in this macro invocation
    |
    = note: this error originates in the macro `int_impl_common` which comes from the expansion of the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:362:23
    |
362 | pub trait CastInto<T: Copy>: Copy {
    |                       ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:362:30
    |
362 | pub trait CastInto<T: Copy>: Copy {
    |                              ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:370:23
    |
370 | pub trait CastFrom<T: Copy>: Copy {
    |                       ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:370:30
    |
370 | pub trait CastFrom<T: Copy>: Copy {
    |                              ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:378:9
    |
378 | impl<T: Copy, U: CastInto<T> + Copy> CastFrom<U> for T {
    |         ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:378:32
    |
378 | impl<T: Copy, U: CastInto<T> + Copy> CastFrom<U> for T {
    |                                ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:51:13
   |
51 |     F::Int: From<u8>,
   |             ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:52:13
   |
52 |     F::Int: From<F::ISet2>,
   |             ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:64:13
   |
64 |     F::Int: From<u8>,
   |             ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:65:13
   |
65 |     F::Int: From<F::ISet2>,
   |             ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:253:15
    |
253 |     I: HInt + From<u8>,
    |               ^^^^ not found in this scope

error[E0405]: cannot find trait `Into` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:298:24
    |
298 |       type ISet1: HInt + Into<Self::ISet2> + CastFrom<Self::Int> + From<u8>;
    |                          ^^^^ help: a trait with a similar name exists: `Int`
    |
   ::: /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/int_traits.rs:34:1
    |
34  | / pub trait Int:
35  | |     MinInt
36  | |     + fmt::Display
37  | |     + fmt::Binary
...   |
100 | |     fn ilog2(self) -> u32;
101 | | }
    | |_- similarly named trait `Int` defined here

error[E0405]: cannot find trait `From` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:298:66
    |
298 |     type ISet1: HInt + Into<Self::ISet2> + CastFrom<Self::Int> + From<u8>;
    |                                                                  ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:300:24
    |
300 |     type ISet2: HInt + From<Self::ISet1> + From<u8>;
    |                        ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/generic/sqrt.rs:300:44
    |
300 |     type ISet2: HInt + From<Self::ISet1> + From<u8>;
    |                                            ^^^^ not found in this scope

error[E0405]: cannot find trait `Clone` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:138:12
    |
138 |         T: Clone + Copy + Eq,
    |            ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:138:20
    |
138 |         T: Clone + Copy + Eq,
    |                    ^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:138:27
    |
138 |         T: Clone + Copy + Eq,
    |                           ^^ not found in this scope

error[E0405]: cannot find trait `Clone` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:139:12
    |
139 |         U: Clone + Copy + Eq,
    |            ^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:139:20
    |
139 |         U: Clone + Copy + Eq,
    |                    ^^^^ not found in this scope

error[E0405]: cannot find trait `Eq` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:139:27
    |
139 |         U: Clone + Copy + Eq,
    |                           ^^ not found in this scope

error[E0405]: cannot find trait `FnOnce` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:140:12
    |
140 |         F: FnOnce(*const U, *const U, usize) -> i32,
    |            ^^^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:66:39
   |
66 | fn memcpy_element_unordered_atomic<T: Copy>(dest: *mut T, src: *const T, bytes: usize) {
   |                                       ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:79:40
   |
79 | fn memmove_element_unordered_atomic<T: Copy>(dest: *mut T, src: *const T, bytes: usize) {
   |                                        ^^^^ not found in this scope

error[E0405]: cannot find trait `Copy` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:104:8
    |
104 |     T: Copy + From<u8> + Shl<u32, Output = T> + BitOr<T, Output = T>,
    |        ^^^^ not found in this scope

error[E0405]: cannot find trait `From` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/mod.rs:104:15
    |
104 |     T: Copy + From<u8> + Shl<u32, Output = T> + BitOr<T, Output = T>,
    |               ^^^^ not found in this scope

error[E0659]: `intrinsics` is ambiguous
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/x86_64.rs:10:1
    |
10  | intrinsics! {
    | ^^^^^^^^^^ ambiguous name
    |
    = note: ambiguous because of a conflict between a `macro_rules` name and a non-`macro_rules` name from another module
note: `intrinsics` could refer to the macro defined here
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/macros.rs:52:1
    |
52  | / macro_rules! intrinsics {
53  | |     () => ();
...   |
513 | |     );
514 | | }
    | |_^
note: `intrinsics` could also refer to the unresolved item imported here
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/x86_64.rs:3:5
    |
3   | use core::intrinsics;
    |     ^^^^^^^^^^^^^^^^
    = help: use `self::intrinsics` to refer to this unresolved item unambiguously

error[E0659]: `intrinsics` is ambiguous
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/macros.rs:445:9
    |
445 |           intrinsics!($($rest)*);
    |           ^^^^^^^^^^ ambiguous name
    |
   ::: /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/x86_64.rs:10:1
    |
10  | / intrinsics! {
11  | |     #[naked]
12  | |     #[cfg(all(
13  | |         any(
...   |
42  | | }
    | |_- in this macro invocation
    |
    = note: ambiguous because of a conflict between a `macro_rules` name and a non-`macro_rules` name from another module
note: `intrinsics` could refer to the macro defined here
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/macros.rs:52:1
    |
52  | / macro_rules! intrinsics {
53  | |     () => ();
...   |
513 | |     );
514 | | }
    | |_^
note: `intrinsics` could also refer to the unresolved item imported here
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/x86_64.rs:3:5
    |
3   | use core::intrinsics;
    |     ^^^^^^^^^^^^^^^^
    = help: use `self::intrinsics` to refer to this unresolved item unambiguously
    = note: this error originates in the macro `intrinsics` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0635]: unknown feature `core_intrinsics`
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/lib.rs:7:12
  |
7 | #![feature(core_intrinsics)]
  |            ^^^^^^^^^^^^^^^

error: requires `sized` lang_item

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:128:46
    |
128 | fn u64_by_u64_div_rem(duo: u64, div: u64) -> (u64, u64) {
    |                                              ^^^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:192:55
    |
192 | unsafe fn u128_by_u64_div_rem(duo: u128, div: u64) -> (u64, u64) {
    |                                                       ^^^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/asymmetric.rs:20:43
    |
20  |           pub fn $fn(duo: $uD, div: $uD) -> ($uD, $uD) {
    |                                             ^^^^^^^^^^
    |
   ::: /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:214:1
    |
214 | / impl_asymmetric!(
215 | |     u128_div_rem,
216 | |     zero_div_fn,
217 | |     u64_by_u64_div_rem,
...   |
222 | |     u128
223 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `impl_asymmetric` (in Nightly builds, run with -Z macro-backtrace for more info)

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:230:46
    |
230 | fn u32_by_u32_div_rem(duo: u32, div: u32) -> (u32, u32) {
    |                                              ^^^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/binary_long.rs:23:43
    |
23  |           pub fn $fn(duo: $uX, div: $uX) -> ($uX, $uX) {
    |                                             ^^^^^^^^^^
    |
   ::: /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:262:1
    |
262 | / impl_binary_long!(
263 | |     u64_div_rem,
264 | |     zero_div_fn,
265 | |     u64_normalization_shift,
...   |
268 | |     i64
269 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `impl_binary_long` (in Nightly builds, run with -Z macro-backtrace for more info)

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/binary_long.rs:23:43
    |
23  |           pub fn $fn(duo: $uX, div: $uX) -> ($uX, $uX) {
    |                                             ^^^^^^^^^^
    |
   ::: /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/specialized_div_rem/mod.rs:313:1
    |
313 | / impl_binary_long!(
314 | |     u32_div_rem,
315 | |     zero_div_fn,
316 | |     u32_normalization_shift,
...   |
320 | |     allow(dead_code)
321 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `impl_binary_long` (in Nightly builds, run with -Z macro-backtrace for more info)

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/mul.rs:62:39
   |
62 |         fn $fn(lhs: $iD, rhs: $iD) -> ($iD, bool) {
   |                                       ^^^^^^^^^^^
...
96 | impl_signed_mulo!(i32_overflowing_mul, i32, u32);
   | ------------------------------------------------ in this macro invocation
   |
   = note: this error originates in the macro `impl_signed_mulo` (in Nightly builds, run with -Z macro-backtrace for more info)

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/mul.rs:62:39
   |
62 |         fn $fn(lhs: $iD, rhs: $iD) -> ($iD, bool) {
   |                                       ^^^^^^^^^^^
...
97 | impl_signed_mulo!(i64_overflowing_mul, i64, u64);
   | ------------------------------------------------ in this macro invocation
   |
   = note: this error originates in the macro `impl_signed_mulo` (in Nightly builds, run with -Z macro-backtrace for more info)

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/mul.rs:62:39
   |
62 |         fn $fn(lhs: $iD, rhs: $iD) -> ($iD, bool) {
   |                                       ^^^^^^^^^^^
...
98 | impl_signed_mulo!(i128_overflowing_mul, i128, u128);
   | --------------------------------------------------- in this macro invocation
   |
   = note: this error originates in the macro `impl_signed_mulo` (in Nightly builds, run with -Z macro-backtrace for more info)

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/traits.rs:94:53
   |
94 | pub(crate) const fn make_fuzz_lengths(bits: u32) -> [u8; 20] {
   |                                                     ^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/support/hex_float.rs:105:27
    |
105 | const fn parse_hex(mut b: &[u8]) -> Parsed {
    |                           ^^^^^

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2.rs:45:35
   |
45 | pub(crate) fn rem_pio2(x: f64) -> (i32, f64, f64) {
   |                                   ^^^^^^^^^^^^^^^

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2.rs:51:35
   |
51 |     fn medium(x: f64, ix: u32) -> (i32, f64, f64) {
   |                                   ^^^^^^^^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2_large.rs:225:33
    |
225 | pub(crate) fn rem_pio2_large(x: &[f64], y: &mut [f64], e0: i32, prec: usize) -> i32 {
    |                                 ^^^^^^

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/rem_pio2f.rs:35:36
   |
35 | pub(crate) fn rem_pio2f(x: f32) -> (i32, f64) {
   |                                    ^^^^^^^^^^

error: requires `sized` lang_item
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/frexp.rs:1:25
  |
1 | pub fn frexp(x: f64) -> (f64, i32) {
  |                         ^^^^^^^^^^

error: requires `sized` lang_item
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/frexpf.rs:1:26
  |
1 | pub fn frexpf(x: f32) -> (f32, i32) {
  |                          ^^^^^^^^^^

error: requires `sized` lang_item
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/hypot.rs:7:18
  |
7 | fn sq(x: f64) -> (f64, f64) {
  |                  ^^^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/lgamma_r.rs:169:32
    |
169 | pub fn lgamma_r(mut x: f64) -> (f64, i32) {
    |                                ^^^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/lgammaf_r.rs:104:33
    |
104 | pub fn lgammaf_r(mut x: f32) -> (f32, i32) {
    |                                 ^^^^^^^^^^

error: requires `sized` lang_item
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/modf.rs:1:24
  |
1 | pub fn modf(x: f64) -> (f64, f64) {
  |                        ^^^^^^^^^^

error: requires `sized` lang_item
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/modff.rs:1:25
  |
1 | pub fn modff(x: f32) -> (f32, f32) {
  |                         ^^^^^^^^^^

error: requires `sized` lang_item
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/remquo.rs:2:42
  |
2 | pub fn remquo(mut x: f64, mut y: f64) -> (f64, i32) {
  |                                          ^^^^^^^^^^

error: requires `sized` lang_item
 --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/remquof.rs:2:43
  |
2 | pub fn remquof(mut x: f32, mut y: f32) -> (f32, i32) {
  |                                           ^^^^^^^^^^

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/sincos.rs:19:26
   |
19 | pub fn sincos(x: f64) -> (f64, f64) {
   |                          ^^^^^^^^^^

error: requires `sized` lang_item
  --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/../libm/src/math/sincosf.rs:30:27
   |
30 | pub fn sincosf(x: f32) -> (f32, f32) {
   |                           ^^^^^^^^^^

error: requires `sized` lang_item
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/mem/x86_64.rs:307:50
    |
307 | fn rep_param(dest: *mut u8, mut count: usize) -> (usize, usize, usize) {
    |                                                  ^^^^^^^^^^^^^^^^^^^^^

error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/sdiv.rs:29:58
    |
29  |                   let t = $unsigned_fn(a as $uX, b as $uX, Some(&mut r)) as $iX;
    |                                                            ^^^^ not found in this scope
...
117 | / sdivmod!(
118 | |     __udivmodsi4,
119 | |     __divmodsi4,
120 | |     u32,
121 | |     i32,
122 | |     maybe_use_optimized_c_shim
123 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `sdivmod` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/sdiv.rs:29:58
    |
29  |                   let t = $unsigned_fn(a as $uX, b as $uX, Some(&mut r)) as $iX;
    |                                                            ^^^^ not found in this scope
...
150 | / sdivmod!(
151 | |     __udivmoddi4,
152 | |     __divmoddi4,
153 | |     u64,
154 | |     i64,
155 | |     maybe_use_optimized_c_shim
156 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `sdivmod` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
   --> /home/aler/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.151/src/int/sdiv.rs:29:58
    |
29  |                   let t = $unsigned_fn(a as $uX, b as $uX, Some(&mut r)) as $iX;
    |                                                            ^^^^ not found in this scope
...
161 | / sdivmod!(
162 | |     __udivmodti4,
163 | |     __divmodti4,
164 | |     u128,
165 | |     i128,
166 | |     maybe_use_optimized_c_shim
167 | | );
    | |_- in this macro invocation
    |
    = note: this error originates in the macro `sdivmod` (in Nightly builds, run with -Z macro-backtrace for more info)

Some errors have detailed explanations: E0405, E0412, E0425, E0464, E0531, E0635, E0659.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `compiler_builtins` (lib) due to 247 previous errors
warning: build failed, waiting for other jobs to finish...
