error[E0463]: can't find crate for `std` | = note: the `wasm32v1-none` target may not support the standard library = note: `std` is required by `once_cell` because it does not declare `#![no_std]` = help: consider building the standard library from source with `cargo build -Zbuild-std` Compiling cfg_aliases v0.1.1 error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:6:5 | 6 | use std::{ | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:753:47 | 753 | ... init.take().unwrap_or_else(|| panic!("Lazy instance has previousl... | ^^^^^ | help: consider importing this macro | 384 + use core::panic; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:776:25 | 776 | ... None => panic!("Lazy instance has previously been poisoned"), | ^^^^^ | help: consider importing this macro | 384 + use core::panic; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:798:29 | 798 | ... None => panic!("Lazy instance has previously been poisoned"), | ^^^^^ | help: consider importing this macro | 384 + use core::panic; | error: cannot find macro `unreachable` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:802:51 | 802 | this.cell.get_mut().unwrap_or_else(|| unreachable!()) | ^^^^^^^^^^^ | help: consider importing this macro | 384 + use core::unreachable; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1289:47 | 1289 | ... init.take().unwrap_or_else(|| panic!("Lazy instance has previous... | ^^^^^ | help: consider importing this macro | 864 + use core::panic; | error[E0463]: can't find crate for `std` | = note: the `wasm32v1-none` target may not support the standard library = note: `std` is required by `arrayvec` because it does not declare `#![no_std]` = help: consider building the standard library from source with `cargo build -Zbuild-std` error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1311:25 | 1311 | ... None => panic!("Lazy instance has previously been poisoned"), | ^^^^^ | help: consider importing this macro | 864 + use core::panic; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1331:29 | 1331 | ... None => panic!("Lazy instance has previously been poisoned"), | ^^^^^ | help: consider importing this macro | 864 + use core::panic; | error: cannot find macro `unreachable` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1335:51 | 1335 | this.cell.get_mut().unwrap_or_else(|| unreachable!()) | ^^^^^^^^^^^ | help: consider importing this macro | 864 + use core::unreachable; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:13:3 | 13 | #[derive(Debug)] | ^^^^^^ | help: consider importing this attribute macro | 6 + use core::prelude::rust_2024::derive; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:100:9 | 100 | debug_assert!(self.is_initialized()); | ^^^^^^^^^^^^ | help: consider importing this macro | 6 + use core::debug_assert; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:155:9 | 155 | assert_eq!(state, RUNNING); | ^^^^^^^^^ | help: consider importing this macro | 6 + use core::assert_eq; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:205:18 | 205 | _ => debug_assert!(false), | ^^^^^^^^^^^^ | help: consider importing this macro | 6 + use core::debug_assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:634:13 | 634 | assert!(self.set(val).is_ok(), "reentrant init"); | ^^^^^^ | help: consider importing this macro | 384 + use core::assert; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:997:13 | 997 | debug_assert!(self.0.is_initialized()); | ^^^^^^^^^^^^ | help: consider importing this macro | 864 + use core::debug_assert; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1164:13 | 1164 | debug_assert!(self.0.is_initialized()); | ^^^^^^^^^^^^ | help: consider importing this macro | 864 + use core::debug_assert; | Compiling byteorder v1.5.0 error[E0463]: can't find crate for `std` | = note: the `wasm32v1-none` target may not support the standard library = note: `std` is required by `log` because it does not declare `#![no_std]` = help: consider building the standard library from source with `cargo build -Zbuild-std` error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:34:3 | 34 | #[derive(Default, Debug)] | ^^^^^^ | help: consider importing this attribute macro | 24 + use core::prelude::rust_2024::derive; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:113:3 | 113 | #[derive(Default, Debug)] | ^^^^^^ | help: consider importing this attribute macro | 24 + use core::prelude::rust_2024::derive; | error: cannot find macro `write` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:189:9 | 189 | write!(f, "OnceRef({:?})", self.inner) | ^^^^^ | help: consider importing this macro | 24 + use core::write; | error: cannot find macro `write` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:308:13 | 308 | write!(f, "OnceBox({:?})", self.inner.load(Ordering::Relaxed)) | ^^^^^ | help: consider importing this macro | 295 + use core::write; | error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:389:5 | 389 | use std::error; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:390:5 | 390 | use std::str::FromStr; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:391:5 | 391 | use std::{cmp, fmt, mem}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:401:5 | 401 | use std::sync::atomic::{AtomicUsize, Ordering}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:5:5 | 5 | use std::fmt::Arguments; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:6:5 | 6 | use std::panic::Location; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:7:9 | 7 | pub use std::{format_args, module_path, stringify}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:45:9 | 45 | ... panic!("key-value support is experimental and must be enabled usin... | ^^^^^ | help: consider importing this macro | 3 + use core::panic; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1482:3 | 1482 | #[derive(Debug, PartialEq, Eq)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1465:3 | 1465 | #[derive(Debug)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error: cannot find macro `unreachable` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1455:13 | 1455 | ... unreachable!("set_logger_racy must not be used with other initia... | ^^^^^^^^^^^ | help: consider importing this macro | 387 + use core::unreachable; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1116:3 | 1116 | #[derive(Eq, PartialEq, Ord, PartialOrd, Hash, Debug)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1074:3 | 1074 | #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | Compiling equivalent v1.0.1 error: cannot find macro `format_args` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:941:23 | 941 | args: format_args!(""), | ^^^^^^^^^^^ | help: consider importing this macro | 387 + use core::format_args; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:919:3 | 919 | #[derive(Debug)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:758:3 | 758 | #[derive(Clone, Debug)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:697:3 | 697 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:597:3 | 597 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Hash)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:477:3 | 477 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Hash)] | ^^^^^^ | help: consider importing this attribute macro | 387 + use core::prelude::rust_2024::derive; | error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:1:5 | 1 | use std::ptr; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:2:5 | 2 | use std::slice; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:2:5 | 2 | use std::cmp; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:3:5 | 3 | use std::iter; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:4:5 | 4 | use std::mem; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:5:5 | 5 | use std::ops::{Bound, Deref, DerefMut, RangeBounds}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:6:5 | 6 | use std::ptr; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:7:5 | 7 | use std::slice; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:10:5 | 10 | use std::borrow::{Borrow, BorrowMut}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:11:5 | 11 | use std::hash::{Hash, Hasher}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:12:5 | 12 | use std::fmt; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:15:5 | 15 | use std::io; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:17:5 | 17 | use std::mem::ManuallyDrop; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:18:5 | 18 | use std::mem::MaybeUninit; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/utils.rs:1:5 | 1 | use std::marker::PhantomData; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/utils.rs:2:5 | 2 | use std::mem::MaybeUninit; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:1:5 | 1 | use std::borrow::{Borrow, BorrowMut}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:2:5 | 2 | use std::cmp; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:3:5 | 3 | use std::convert::TryFrom; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:4:5 | 4 | use std::fmt; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:5:5 | 5 | use std::hash::{Hash, Hasher}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` | = note: the `wasm32v1-none` target may not support the standard library = note: `std` is required by `byteorder` because it does not declare `#![no_std]` = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:6:5 | 6 | use std::mem::MaybeUninit; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:7:5 | 7 | use std::ops::{Deref, DerefMut}; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:9:5 | 9 | use std::path::Path; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:10:5 | 10 | use std::ptr; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:11:5 | 11 | use std::slice; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:12:5 | 12 | use std::str; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:13:5 | 13 | use std::str::FromStr; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:14:5 | 14 | use std::str::Utf8Error; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/errors.rs:1:5 | 1 | use std::fmt; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/errors.rs:3:5 | 3 | use std::any::Any; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/errors.rs:5:5 | 5 | use std::error::Error; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0432]: unresolved import `fmt::Write` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:687:13 | 687 | use fmt::Write; | ^^^^^^^^^^ error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:1:5 | 1 | use std::{ | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:1588:9 | 1588 | use std::mem::size_of; | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs:37:17 | 37 | panic!("ArrayVec: largest supported capacity is u32::MAX") | ^^^^^ | ::: /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:84:9 | 84 | assert_capacity_limit!(CAP); | --------------------------- in this macro invocation | = note: this error originates in the macro `assert_capacity_limit` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:2:1 | 2 + use core::panic; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:59:9 | 59 | panic!(concat!("ArrayVec::", $method_name, ": index {} is out o... | ^^^^^ ... 311 | panic_oob!("try_insert", index, self.len()) | ------------------------------------------- in this macro invocation | = note: this error originates in the macro `panic_oob` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 2 + use core::panic; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:59:9 | 59 | panic!(concat!("ArrayVec::", $method_name, ": index {} is out o... | ^^^^^ ... 375 | panic_oob!("swap_remove", index, self.len()) | -------------------------------------------- in this macro invocation | = note: this error originates in the macro `panic_oob` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 2 + use core::panic; | error[E0408]: variable `None` is not bound in all patterns --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:201:34 | 201 | (INCOMPLETE, None) | (RUNNING, _) => { | ---- ^^^^^^^^^^^^ pattern doesn't bind `None` | | | variable not in all patterns | help: if you meant to match on unit variant `core::option::Option::None`, use the full path in the pattern | 201 | (INCOMPLETE, core::option::Option::None) | (RUNNING, _) => { | ~~~~~~~~~~~~~~~~~~~~~~~~~~ error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1209:27 | 1209 | ... const _: () = assert!(align_of::() <= align_of::()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:59:9 | 59 | panic!(concat!("ArrayVec::", $method_name, ": index {} is out o... | ^^^^^ ... 423 | panic_oob!("remove", index, self.len()) | --------------------------------------- in this macro invocation | = note: this error originates in the macro `panic_oob` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 2 + use core::panic; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:56:9 | 56 | debug_assert!(len < Self::CAPACITY); | ^^^^^^^^^^^^ | help: consider importing this macro | 1 + use core::debug_assert; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:547:9 | 547 | debug_assert!(length <= self.capacity()); | ^^^^^^^^^^^^ | help: consider importing this macro | 2 + use core::debug_assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1271:27 | 1271 | ... const _: () = assert!(align_of::() <= align_of::()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1812:3 | 1812 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] | ^^^^^^ | help: consider importing this attribute macro | 76 + use core::prelude::rust_2024::derive; | error: cannot find macro `debug_assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:670:9 | 670 | debug_assert_eq!(self.len(), self.capacity()); | ^^^^^^^^^^^^^^^ | help: consider importing this macro | 2 + use core::debug_assert_eq; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:717:9 | 717 | debug_assert!(length <= CAP); | ^^^^^^^^^^^^ | help: consider importing this macro | 2 + use core::debug_assert; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1817:9 | 1817 | panic!("BigEndian default") | ^^^^^ | help: consider importing this macro | 76 + use core::panic; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1842:3 | 1842 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] | ^^^^^^ | help: consider importing this attribute macro | 76 + use core::prelude::rust_2024::derive; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1847:9 | 1847 | panic!("LittleEndian default") | ^^^^^ | help: consider importing this macro | 76 + use core::panic; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1069:5 | 1069 | panic!("ArrayVec: capacity exceeded in extend/from_iter"); | ^^^^^ | help: consider importing this macro | 2 + use core::panic; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1962:9 | 1962 | ... assert!(1 <= nbytes && nbytes <= out.len() && nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1971:9 | 1971 | ... assert!(1 <= nbytes && nbytes <= out.len() && nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `debug_assert_ne` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1102:17 | 1102 | debug_assert_ne!(ptr, end_ptr); | ^^^^^^^^^^^^^^^ | help: consider importing this macro | 2 + use core::debug_assert_ne; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1999:9 | 1999 | assert!(pack_size(n) <= nbytes && nbytes <= 8); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2000:9 | 2000 | assert!(nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1120:9 | 1120 | debug_assert!(slice.len() <= take); | ^^^^^^^^^^^^ | help: consider importing this macro | 2 + use core::debug_assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2013:9 | 2013 | assert!(pack_size128(n) <= nbytes && nbytes <= 16); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2014:9 | 2014 | assert!(nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1263:9 | 1263 | debug_assert!(_result.is_ok()); | ^^^^^^^^^^^^ | help: consider importing this macro | 2 + use core::debug_assert; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2027 | read_slice!(src, dst, u16, from_be_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2032 | read_slice!(src, dst, u32, from_be_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:35:3 | 35 | #[derive(Copy)] | ^^^^^^ | help: consider importing this attribute macro | 1 + use core::prelude::rust_2024::derive; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2037 | read_slice!(src, dst, u64, from_be_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs:37:17 | 37 | panic!("ArrayVec: largest supported capacity is u32::MAX") | ^^^^^ | ::: /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:66:9 | 66 | assert_capacity_limit!(CAP); | --------------------------- in this macro invocation | = note: this error originates in the macro `assert_capacity_limit` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:1:1 | 1 + use core::panic; | error: cannot find macro `debug_assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:125:9 | 125 | debug_assert_eq!(len, CAP); | ^^^^^^^^^^^^^^^ | help: consider importing this macro | 1 + use core::debug_assert_eq; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs:37:17 | 37 | panic!("ArrayVec: largest supported capacity is u32::MAX") | ^^^^^ | ::: /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:146:9 | 146 | assert_capacity_limit!(CAP); | --------------------------- in this macro invocation | = note: this error originates in the macro `assert_capacity_limit` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:1:1 | 1 + use core::panic; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:343:13 | 343 | assert!(self.is_char_boundary(new_len)); | ^^^^^^ | help: consider importing this macro | 1 + use core::assert; | error: cannot find macro `panic` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:374:21 | 374 | ... None => panic!("cannot remove a char from the end of a string"), | ^^^^^ | help: consider importing this macro | 1 + use core::panic; | error: cannot find macro `debug_assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:406:9 | 406 | debug_assert!(length <= self.capacity()); | ^^^^^^^^^^^^ | help: consider importing this macro | 1 + use core::debug_assert; | error: cannot find attribute `test` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:58:3 | 58 | #[test] | ^^^^ | help: consider importing this attribute macro | 14 + use core::prelude::rust_2024::test; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:70:17 | 70 | assert_eq!(res, ch.len_utf8()); | ^^^^^^^^^ | help: consider importing this macro | 14 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2042 | read_slice!(src, dst, u128, from_be_bytes); | ------------------------------------------ in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2047 | write_slice!(src, dst, u16, to_be_bytes); | ---------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2052 | write_slice!(src, dst, u32, to_be_bytes); | ---------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2057 | write_slice!(src, dst, u64, to_be_bytes); | ---------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2062 | write_slice!(src, dst, u128, to_be_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2067:12 | 2067 | if cfg!(target_endian = "little") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2076:12 | 2076 | if cfg!(target_endian = "little") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2085:12 | 2085 | if cfg!(target_endian = "little") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2094:12 | 2094 | if cfg!(target_endian = "little") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:73:13 | 73 | assert_eq!(string.chars().next(), Some(ch)); | ^^^^^^^^^ | help: consider importing this macro | 14 + use core::assert_eq; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2103:12 | 2103 | if cfg!(target_endian = "little") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2115:12 | 2115 | if cfg!(target_endian = "little") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find attribute `test` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:78:3 | 78 | #[test] | ^^^^ | help: consider importing this attribute macro | 14 + use core::prelude::rust_2024::test; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2150:9 | 2150 | ... assert!(1 <= nbytes && nbytes <= out.len() && nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:84:9 | 84 | assert_eq!(len, ch.len_utf8(), "Len of ch={}", ch); | ^^^^^^^^^ | help: consider importing this macro | 14 + use core::assert_eq; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2158:9 | 2158 | ... assert!(1 <= nbytes && nbytes <= out.len() && nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2185:9 | 2185 | assert!(pack_size(n as u64) <= nbytes && nbytes <= 8); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:87:13 | 87 | ... assert!(matches::matches!(encode_utf8(ch, ptr, len - 1), Err(_))); | ^^^^^^ | help: consider importing this macro | 14 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2186:9 | 2186 | assert!(nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2195:9 | 2195 | assert!(pack_size128(n as u128) <= nbytes && nbytes <= 16); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2196:9 | 2196 | assert!(nbytes <= buf.len()); | ^^^^^^ | help: consider importing this macro | 76 + use core::assert; | error: cannot find macro `assert` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:88:13 | 88 | assert!(matches::matches!(encode_utf8(ch, ptr, len), Ok(_))); | ^^^^^^ | help: consider importing this macro | 14 + use core::assert; | error: cannot find attribute `derive` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/errors.rs:8:3 | 8 | #[derive(Clone, Copy, Eq, Ord, PartialEq, PartialOrd)] | ^^^^^^ | help: consider importing this attribute macro | 1 + use core::prelude::rust_2024::derive; | error: cannot find macro `write` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/errors.rs:40:9 | 40 | write!(f, "{}", CAPERROR) | ^^^^^ | help: consider importing this macro | 1 + use core::write; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2205 | read_slice!(src, dst, u16, from_le_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2210 | read_slice!(src, dst, u32, from_le_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2215 | read_slice!(src, dst, u64, from_le_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1914:9 | 1914 | assert_eq!(src.len(), dst.len() * SIZE); | ^^^^^^^^^ ... 2220 | read_slice!(src, dst, u128, from_le_bytes); | ------------------------------------------ in this macro invocation | = note: this error originates in the macro `read_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2225 | write_slice!(src, dst, u16, to_le_bytes); | ---------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2230 | write_slice!(src, dst, u32, to_le_bytes); | ---------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2235 | write_slice!(src, dst, u64, to_le_bytes); | ---------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | Compiling num-conv v0.1.0 error: cannot find macro `assert_eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1931:9 | 1931 | assert_eq!(src.len() * SIZE, dst.len()); | ^^^^^^^^^ ... 2240 | write_slice!(src, dst, u128, to_le_bytes); | ----------------------------------------- in this macro invocation | = note: this error originates in the macro `write_slice` (in Nightly builds, run with -Z macro-backtrace for more info) help: consider importing this macro | 76 + use core::assert_eq; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2245:12 | 2245 | if cfg!(target_endian = "big") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `write` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/errors.rs:46:9 | 46 | write!(f, "{}: {}", "CapacityError", CAPERROR) | ^^^^^ | help: consider importing this macro | 1 + use core::write; | error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:28:13 | 28 | std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2254:12 | 2254 | if cfg!(target_endian = "big") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2263:12 | 2263 | if cfg!(target_endian = "big") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | Compiling time-core v0.1.2 error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2272:12 | 2272 | if cfg!(target_endian = "big") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2281:12 | 2281 | if cfg!(target_endian = "big") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error: cannot find macro `cfg` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:2293:12 | 2293 | if cfg!(target_endian = "big") { | ^^^ | = note: `cfg` is in scope, but it is an attribute: `#[cfg]` help: consider importing this macro | 76 + use core::cfg; | error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs:35:12 | 35 | if std::mem::size_of::() > std::mem::size_of::() { | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs:35:43 | 35 | if std::mem::size_of::() > std::mem::size_of::() { | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs:45:12 | 45 | if std::mem::size_of::() > std::mem::size_of::() { | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs:45:43 | 45 | if std::mem::size_of::() > std::mem::size_of::() { | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` Compiling pin-project-lite v0.2.14 error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1228:17 | 1228 | impl Log for std::boxed::Box | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1245:17 | 1245 | impl Log for std::sync::Arc | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1419:17 | 1419 | std::hint::spin_loop(); | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:781:27 | 781 | impl std::convert::TryFrom<&[T]> for ArrayVec | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:58:9 | 58 | Ok(buf[0]) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:88:9 | 88 | Ok(buf[0] as i8) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:115:9 | 115 | Ok(T::read_u16(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | Compiling memchr v2.7.4 error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:142:9 | 142 | Ok(T::read_i16(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:168:9 | 168 | Ok(T::read_u24(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:194:9 | 194 | Ok(T::read_i24(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:220:9 | 220 | Ok(T::read_u32(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:246:9 | 246 | Ok(T::read_i32(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:272:9 | 272 | Ok(T::read_u48(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:298:9 | 298 | Ok(T::read_i48(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:324:9 | 324 | Ok(T::read_u64(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:350:9 | 350 | Ok(T::read_i64(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:379:9 | 379 | Ok(T::read_u128(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:405:9 | 405 | Ok(T::read_i128(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:430:9 | 430 | Ok(T::read_uint(&buf[..nbytes], nbytes)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:455:9 | 455 | Ok(T::read_int(&buf[..nbytes], nbytes)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:463:9 | 463 | Ok(T::read_uint128(&buf[..nbytes], nbytes)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:471:9 | 471 | Ok(T::read_int128(&buf[..nbytes], nbytes)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:502:9 | 502 | Ok(T::read_f32(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:533:9 | 533 | Ok(T::read_f64(&buf)) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:568:9 | 568 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:603:9 | 603 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:641:9 | 641 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:682:9 | 682 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:753:9 | 753 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:788:9 | 788 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:826:9 | 826 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:867:9 | 867 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:908:9 | 908 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:993:9 | 993 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:1049:21 | 1049 | impl ReadBytesExt for R {} | ^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::marker::Sized; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:1579:22 | 1579 | impl WriteBytesExt for W {} | ^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::marker::Sized; | error[E0405]: cannot find trait `Copy` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/io.rs:1587:30 | 1587 | unsafe fn slice_to_u8_mut(slice: &mut [T]) -> &mut [u8] { | ^^^^ not found in this scope | help: consider importing this trait | 1 + use core::marker::Copy; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:213:5 | 213 | Clone | ^^^^^ not found in this scope | help: consider importing this trait | 76 + use core::clone::Clone; | error[E0405]: cannot find trait `Copy` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:214:7 | 214 | + Copy | ^^^^ not found in this scope | help: consider importing this trait | 76 + use core::marker::Copy; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:216:7 | 216 | + Default | ^^^^^^^ not found in this scope | help: consider importing this trait | 76 + use core::default::Default; | error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:217:7 | 217 | + Eq | ^^ not found in this scope | help: consider importing this trait | 76 + use core::cmp::Eq; | error[E0405]: cannot find trait `Ord` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:219:7 | 219 | + Ord | ^^^ not found in this scope | help: consider importing this trait | 76 + use core::cmp::Ord; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:220:7 | 220 | + PartialEq | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 76 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:221:7 | 221 | + PartialOrd | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 76 + use core::cmp::PartialOrd; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1815:6 | 1815 | impl Default for BigEndian { | ^^^^^^^ not found in this scope | help: consider importing this trait | 76 + use core::default::Default; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs:1845:6 | 1845 | impl Default for LittleEndian { | ^^^^^^^ not found in this scope | help: consider importing this trait | 76 + use core::default::Default; | Some errors have detailed explanations: E0405, E0425, E0463. For more information about an error, try `rustc --explain E0405`. error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:504:6 | 504 | impl PartialEq for Level { | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:511:6 | 511 | impl PartialOrd for Level { | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::cmp::PartialOrd; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:513:51 | 513 | fn partial_cmp(&self, other: &LevelFilter) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:514:9 | 514 | Some((*self as usize).cmp(&(*other as usize))) | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:520:33 | 520 | fn from_str(level: &str) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 387 + use core::fmt::Result; | 387 + use core::result::Result; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:539:32 | 539 | fn from_usize(u: usize) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:541:18 | 541 | 1 => Some(Level::Error), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:542:18 | 542 | 2 => Some(Level::Warn), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:543:18 | 543 | 3 => Some(Level::Info), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:544:18 | 544 | 4 => Some(Level::Debug), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:545:18 | 545 | 5 => Some(Level::Trace), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:546:18 | 546 | _ => None, | ^^^^ not found in this scope | help: consider importing this unit variant | 387 + use core::option::Option::None; | error[E0405]: cannot find trait `Iterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:583:27 | 583 | pub fn iter() -> impl Iterator { | ^^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::iter::Iterator; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:613:6 | 613 | impl PartialEq for LevelFilter { | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:620:6 | 620 | impl PartialOrd for LevelFilter { | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::cmp::PartialOrd; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:622:45 | 622 | fn partial_cmp(&self, other: &Level) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:623:9 | 623 | Some((*self as usize).cmp(&(*other as usize))) | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:629:33 | 629 | fn from_str(level: &str) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 387 + use core::fmt::Result; | 387 + use core::result::Result; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:645:32 | 645 | fn from_usize(u: usize) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:647:18 | 647 | 0 => Some(LevelFilter::Off), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:648:18 | 648 | 1 => Some(LevelFilter::Error), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:649:18 | 649 | 2 => Some(LevelFilter::Warn), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:650:18 | 650 | 3 => Some(LevelFilter::Info), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:651:18 | 651 | 4 => Some(LevelFilter::Debug), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:652:18 | 652 | 5 => Some(LevelFilter::Trace), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:653:18 | 653 | _ => None, | ^^^^ not found in this scope | help: consider importing this unit variant | 387 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:667:31 | 667 | pub fn to_level(&self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0405]: cannot find trait `Iterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:692:27 | 692 | pub fn iter() -> impl Iterator { | ^^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::iter::Iterator; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:762:18 | 762 | module_path: Option>, | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:763:11 | 763 | file: Option>, | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:764:11 | 764 | line: Option, | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:819:34 | 819 | pub fn module_path(&self) -> Option<&'a str> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:825:41 | 825 | pub fn module_path_static(&self) -> Option<&'static str> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:827:13 | 827 | Some(MaybeStaticStr::Static(s)) => Some(s), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:827:48 | 827 | Some(MaybeStaticStr::Static(s)) => Some(s), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:828:18 | 828 | _ => None, | ^^^^ not found in this scope | help: consider importing this unit variant | 387 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:834:27 | 834 | pub fn file(&self) -> Option<&'a str> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:840:34 | 840 | pub fn file_static(&self) -> Option<&'static str> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:842:13 | 842 | Some(MaybeStaticStr::Static(s)) => Some(s), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:842:48 | 842 | Some(MaybeStaticStr::Static(s)) => Some(s), | ^^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::option::Option::Some; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:843:18 | 843 | _ => None, | ^^^^ not found in this scope | help: consider importing this unit variant | 387 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:849:27 | 849 | pub fn line(&self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:943:30 | 943 | module_path: None, | ^^^^ not found in this scope | help: consider importing this unit variant | 387 + use core::option::Option::None; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:944:23 | 944 | file: None, | ^^^^ not found in this scope | help: consider importing this unit variant | 387 + use core::option::Option::None; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:945:23 | 945 | line: None, | ^^^^ not found in this scope | help: consider importing this unit variant | 387 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:982:41 | 982 | ...h(&mut self, path: Option<&'a str>) -> &mut RecordBuilder<'a> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:989:48 | 989 | ...c(&mut self, path: Option<&'static str>) -> &mut RecordBuilder<'a> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:996:34 | 996 | pub fn file(&mut self, file: Option<&'a str>) -> &mut RecordBuilder... | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1003:41 | 1003 | ...(&mut self, file: Option<&'static str>) -> &mut RecordBuilder<'a> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1010:34 | 1010 | pub fn line(&mut self, line: Option) -> &mut RecordBuilder<'a> { | ^^^^^^ not found in this scope | help: consider importing this enum | 387 + use core::option::Option; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1030:10 | 1030 | impl<'a> Default for RecordBuilder<'a> { | ^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::default::Default; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1159:10 | 1159 | impl<'a> Default for MetadataBuilder<'a> { | ^^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::default::Default; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1166:16 | 1166 | pub trait Log: Sync + Send { | ^^^^ not found in this scope | help: consider importing this trait | 387 + use core::marker::Sync; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1166:23 | 1166 | pub trait Log: Sync + Send { | ^^^^ not found in this scope | help: consider importing this trait | 387 + use core::marker::Send; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1213:9 | 1213 | T: ?Sized + Log, | ^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::marker::Sized; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1230:9 | 1230 | T: ?Sized + Log, | ^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::marker::Sized; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1247:9 | 1247 | T: ?Sized + Log, | ^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::marker::Sized; | error[E0412]: cannot find type `Box` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1337:33 | 1337 | pub fn set_boxed_logger(logger: Box) -> Result<(), SetLoggerE... | ^^^ not found in this scope error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1337:50 | 1337 | ... Box) -> Result<(), SetLoggerError> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 387 + use core::fmt::Result; | 387 + use core::result::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1395:48 | 1395 | ...tatic dyn Log) -> Result<(), SetLoggerError> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 387 + use core::fmt::Result; | 387 + use core::result::Result; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1402:8 | 1402 | F: FnOnce() -> &'static dyn Log, | ^^^^^^ not found in this scope | help: consider importing this trait | 387 + use core::ops::FnOnce; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1400:43 | 1400 | fn set_logger_inner(make_logger: F) -> Result<(), SetLoggerError> | ^^^^^^ not found in this scope | help: consider importing one of these items | 387 + use core::fmt::Result; | 387 + use core::result::Result; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1410:9 | 1410 | Ok(UNINITIALIZED) => { | ^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1415:13 | 1415 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1417:9 | 1417 | Err(INITIALIZING) => { | ^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1421:13 | 1421 | Err(SetLoggerError(())) | ^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1423:14 | 1423 | _ => Err(SetLoggerError(())), | ^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::result::Result::Err; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1446:60 | 1446 | ...tatic dyn Log) -> Result<(), SetLoggerError> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 387 + use core::fmt::Result; | 387 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1451:13 | 1451 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1457:14 | 1457 | _ => Err(SetLoggerError(())), | ^^^ not found in this scope | help: consider importing this tuple variant | 387 + use core::result::Result::Err; | error: could not compile `byteorder` (lib) due to 91 previous errors warning: build failed, waiting for other jobs to finish... error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:15:30 | 15 | fn into_kvs(self) -> Option<&'a [(&'a str, super::Value<'a>)]>; | ^^^^^^ not found in this scope | help: consider importing this enum | 13 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:23:26 | 23 | fn into_kvs(self) -> Option<&'a [(&'a str, Value<'a>)]> { | ^^^^^^ not found in this scope | help: consider importing this enum | 3 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:24:9 | 24 | Some(self) | ^^^^ | help: try calling `Some` as a method | 24 | self.Some() | help: consider importing this tuple variant | 3 + use core::option::Option::Some; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:30:26 | 30 | fn into_kvs(self) -> Option<&'a [(&'a str, Value<'a>)]> { | ^^^^^^ not found in this scope | help: consider importing this enum | 3 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:31:9 | 31 | None | ^^^^ not found in this scope | help: consider importing this unit variant | 3 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:41:10 | 41 | kvs: Option<&[(&str, Value)]>, | ^^^^^^ not found in this scope | help: consider importing this enum | 3 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:54:29 | 54 | .module_path_static(Some(module_path)) | ^^^^ not found in this scope | help: consider importing this tuple variant | 3 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:55:22 | 55 | .file_static(Some(loc.file())) | ^^^^ not found in this scope | help: consider importing this tuple variant | 3 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:56:15 | 56 | .line(Some(loc.line())); | ^^^^ not found in this scope | help: consider importing this tuple variant | 3 + use core::option::Option::Some; | error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:388:3 | 388 | #[cfg(feature = "std")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:400:3 | 400 | #[cfg(target_has_atomic = "ptr")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1227:3 | 1227 | #[cfg(feature = "std")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1244:3 | 1244 | #[cfg(feature = "std")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1267:3 | 1267 | #[cfg(target_has_atomic = "ptr")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1336:3 | 1336 | #[cfg(all(feature = "std", target_has_atomic = "ptr"))] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1394:3 | 1394 | #[cfg(target_has_atomic = "ptr")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1399:3 | 1399 | #[cfg(target_has_atomic = "ptr")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1475:3 | 1475 | #[cfg(feature = "std")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error[E0659]: `cfg` is ambiguous --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1492:3 | 1492 | #[cfg(feature = "std")] | ^^^ ambiguous name | = note: ambiguous because of a name conflict with a builtin attribute = note: `cfg` could refer to a built-in attribute note: `cfg` could also refer to the unresolved item imported here --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:387:5 | 387 | use std::cfg; | ^^^^^^^^ = help: use `crate::cfg` to refer to this unresolved item unambiguously error: requires `sized` lang_item error: requires `sized` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:21:22 | 21 | impl<'a> KVs<'a> for &'a [(&'a str, Value<'a>)] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ error: requires `sized` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:40:34 | 40 | &(target, module_path, loc): &(&str, &'static str, &'static Location), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: requires `sized` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/__private_api.rs:67:33 | 67 | target_module_path_and_loc: &(&str, &'static str, &'static Location), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0433]: failed to resolve: use of undeclared type `Box` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:1338:25 | 1338 | set_logger_inner(|| Box::leak(logger)) | ^^^ use of undeclared type `Box` Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0531, E0659. error: could not compile `log` (lib) due to 118 previous errors error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs:198:1 | 198 | extern crate std; | ^^^^^^^^^^^^^^^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:63:27 | 63 | for codepoint in 0..=(std::char::MAX as u32) { | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:64:27 | 64 | if let Some(ch) = std::char::from_u32(codepoint) { | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0463]: can't find crate for `std` --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:72:26 | 72 | let string = std::str::from_utf8(&data).unwrap(); | ^^^ can't find crate | = note: the `wasm32v1-none` target may not support the standard library = help: consider building the standard library from source with `cargo build -Zbuild-std` error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:43:52 | 43 | ...nt: Self::Item) -> Result<(), CapacityError> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:48:13 | 48 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:50:13 | 50 | Err(CapacityError::new(element)) | ^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Err; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:61:26 | 61 | fn pop(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 1 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:63:20 | 63 | return None; | ^^^^ not found in this scope | help: consider importing this unit variant | 1 + use core::option::Option::None; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:68:13 | 68 | Some(ptr::read(self.as_ptr().add(new_len))) | ^^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::option::Option::Some; | error[E0405]: cannot find trait `Drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:49:27 | 49 | impl Drop for ArrayVec { | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::Drop; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:205:47 | 205 | ...lf, element: T) -> Result<(), CapacityError> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 2 + use core::fmt::Result; | 2 + use core::result::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:309:63 | 309 | ...ze, element: T) -> Result<(), CapacityError> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 2 + use core::fmt::Result; | 2 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:314:20 | 314 | return Err(CapacityError::new(element)); | ^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:332:9 | 332 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Ok; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:349:30 | 349 | pub fn pop(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:396:49 | 396 | pub fn swap_pop(&mut self, index: usize) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:399:20 | 399 | return None; | ^^^^ not found in this scope | help: consider importing this unit variant | 2 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:443:47 | 443 | pub fn pop_at(&mut self, index: usize) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:445:13 | 445 | None | ^^^^ not found in this scope | help: consider importing this unit variant | 2 + use core::option::Option::None; | error[E0405]: cannot find trait `FnMut` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:465:18 | 465 | where F: FnMut(&mut T) -> bool | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::FnMut; | error[E0405]: cannot find trait `Drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:482:35 | 482 | impl Drop for BackshiftOnDrop<'_, T, CAP> { | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::Drop; | error[E0405]: cannot find trait `FnMut` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:502:27 | 502 | ... fn process_one bool, T, const CAP: usize, con... | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::FnMut; | error[E0425]: cannot find function `drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:535:9 | 535 | drop(g); | ^^^^ not found in this scope | help: consider importing this function | 2 + use core::mem::drop; | error[E0405]: cannot find trait `Copy` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:570:18 | 570 | where T: Copy, | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::marker::Copy; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:569:61 | 569 | ...f, other: &[T]) -> Result<(), CapacityError> | ^^^^^^ not found in this scope | help: consider importing one of these items | 2 + use core::fmt::Result; | 2 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:573:20 | 573 | return Err(CapacityError::new(())); | ^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:584:9 | 584 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Ok; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:657:32 | 657 | pub fn into_inner(self) -> Result<[T; CAP], Self> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 2 + use core::fmt::Result; | 2 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:659:13 | 659 | Err(self) | ^^^ | help: try calling `Err` as a method | 659 | self.Err() | help: consider importing this tuple variant | 2 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:661:22 | 661 | unsafe { Ok(self.into_inner_unchecked()) } | ^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Ok; | error[E0405]: cannot find trait `From` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:755:27 | 755 | impl From<[T; CAP]> for ArrayVec { | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::convert::From; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:782:14 | 782 | where T: Clone, | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::clone::Clone; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:786:33 | 786 | fn try_from(slice: &[T]) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 2 + use core::fmt::Result; | 2 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:788:13 | 788 | Err(CapacityError::new(())) | ^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:792:13 | 792 | Ok(array) | ^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Ok; | error[E0405]: cannot find trait `IntoIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:809:35 | 809 | impl<'a, T: 'a, const CAP: usize> IntoIterator for &'a ArrayVec { | ^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::IntoIterator; | error[E0405]: cannot find trait `IntoIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:826:35 | 826 | ...nst CAP: usize> IntoIterator for &'a mut ArrayVec { | ^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::IntoIterator; | error[E0405]: cannot find trait `IntoIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:843:27 | 843 | impl IntoIterator for ArrayVec { | ^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::IntoIterator; | error[E0405]: cannot find trait `Iterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:895:27 | 895 | impl Iterator for IntoIter { | ^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::Iterator; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:898:27 | 898 | fn next(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:900:13 | 900 | None | ^^^^ not found in this scope | help: consider importing this unit variant | 2 + use core::option::Option::None; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:905:17 | 905 | Some(ptr::read(self.v.get_unchecked_ptr(index))) | ^^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::option::Option::Some; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:910:36 | 910 | fn size_hint(&self) -> (usize, Option) { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:912:15 | 912 | (len, Some(len)) | ^^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::option::Option::Some; | error[E0405]: cannot find trait `DoubleEndedIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:916:27 | 916 | impl DoubleEndedIterator for IntoIter { | ^^^^^^^^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::DoubleEndedIterator; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:917:32 | 917 | fn next_back(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:919:13 | 919 | None | ^^^^ not found in this scope | help: consider importing this unit variant | 2 + use core::option::Option::None; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:924:17 | 924 | Some(ptr::read(self.v.get_unchecked_ptr(new_len))) | ^^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::option::Option::Some; | error[E0405]: cannot find trait `ExactSizeIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:930:27 | 930 | impl ExactSizeIterator for IntoIter { } | ^^^^^^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::ExactSizeIterator; | error[E0405]: cannot find trait `Drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:932:27 | 932 | impl Drop for IntoIter { | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::Drop; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:947:27 | 947 | impl Clone for IntoIter | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::clone::Clone; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:948:10 | 948 | where T: Clone, | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::clone::Clone; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:979:44 | 979 | unsafe impl<'a, T: Sync, const CAP: usize> Sync for Drain<'a, T, CAP> {} | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::marker::Sync; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:979:20 | 979 | unsafe impl<'a, T: Sync, const CAP: usize> Sync for Drain<'a, T, CAP> {} | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::marker::Sync; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:980:44 | 980 | unsafe impl<'a, T: Send, const CAP: usize> Send for Drain<'a, T, CAP> {} | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::marker::Send; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:980:20 | 980 | unsafe impl<'a, T: Send, const CAP: usize> Send for Drain<'a, T, CAP> {} | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::marker::Send; | error[E0405]: cannot find trait `Iterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:982:35 | 982 | impl<'a, T: 'a, const CAP: usize> Iterator for Drain<'a, T, CAP> { | ^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::Iterator; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:985:27 | 985 | fn next(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:993:36 | 993 | fn size_hint(&self) -> (usize, Option) { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0405]: cannot find trait `DoubleEndedIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:998:35 | 998 | ...CAP: usize> DoubleEndedIterator for Drain<'a, T, CAP> | ^^^^^^^^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::DoubleEndedIterator; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1000:32 | 1000 | fn next_back(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0405]: cannot find trait `ExactSizeIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1009:35 | 1009 | ... CAP: usize> ExactSizeIterator for Drain<'a, T, CAP> {} | ^^^^^^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::ExactSizeIterator; | error[E0405]: cannot find trait `Drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1011:35 | 1011 | impl<'a, T: 'a, const CAP: usize> Drop for Drain<'a, T, CAP> { | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::Drop; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1016:19 | 1016 | while let Some(_) = self.next() { } | ^^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::option::Option::Some; | error[E0405]: cannot find trait `FnMut` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1033:14 | 1033 | where F: FnMut(&Data, &mut T) | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::FnMut; | error[E0405]: cannot find trait `Drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1040:18 | 1040 | impl Drop for ScopeExitGuard | ^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::Drop; | error[E0405]: cannot find trait `FnMut` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1041:14 | 1041 | where F: FnMut(&Data, &mut T) | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::ops::FnMut; | error[E0405]: cannot find trait `Extend` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1053:27 | 1053 | impl Extend for ArrayVec { | ^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::Extend; | error[E0405]: cannot find trait `IntoIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1058:18 | 1058 | fn extend>(&mut self, iter: I) { | ^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::IntoIterator; | error[E0405]: cannot find trait `IntoIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1081:18 | 1081 | where I: IntoIterator | ^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::IntoIterator; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1100:20 | 1100 | if let Some(elt) = iter.next() { | ^^^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::option::Option::Some; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1117:18 | 1117 | where T: Clone | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::clone::Clone; | error[E0405]: cannot find trait `IntoIterator` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1145:21 | 1145 | fn from_iter>(iter: I) -> Self { | ^^^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::iter::IntoIterator; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1152:27 | 1152 | impl Clone for ArrayVec | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::clone::Clone; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1153:14 | 1153 | where T: Clone | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::clone::Clone; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1182:27 | 1182 | impl PartialEq for ArrayVec | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1183:14 | 1183 | where T: PartialEq | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1190:27 | 1190 | impl PartialEq<[T]> for ArrayVec | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1191:14 | 1191 | where T: PartialEq | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1198:27 | 1198 | impl Eq for ArrayVec where T: Eq { } | ^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::Eq; | error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1198:60 | 1198 | impl Eq for ArrayVec where T: Eq { } | ^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::Eq; | error[E0405]: cannot find trait `AsRef` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1208:27 | 1208 | impl AsRef<[T]> for ArrayVec { | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::convert::AsRef; | error[E0405]: cannot find trait `AsMut` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1212:27 | 1212 | impl AsMut<[T]> for ArrayVec { | ^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::convert::AsMut; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1220:27 | 1220 | impl Default for ArrayVec { | ^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::default::Default; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1227:27 | 1227 | impl PartialOrd for ArrayVec where T: Par... | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::PartialOrd; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1227:68 | 1227 | ..., CAP> where T: PartialOrd { | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::PartialOrd; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1228:44 | 1228 | fn partial_cmp(&self, other: &Self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 2 + use core::option::Option; | error[E0405]: cannot find trait `Ord` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1249:27 | 1249 | impl Ord for ArrayVec where T: Ord { | ^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::Ord; | error[E0405]: cannot find trait `Ord` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1249:61 | 1249 | impl Ord for ArrayVec where T: Ord { | ^^^ not found in this scope | help: consider importing this trait | 2 + use core::cmp::Ord; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1264:9 | 1264 | Ok(len) | ^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:1266:45 | 1266 | fn flush(&mut self) -> io::Result<()> { Ok(()) } | ^^ not found in this scope | help: consider importing this tuple variant | 2 + use core::result::Result::Ok; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:43:24 | 43 | impl Default for ArrayString | ^^^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::default::Default; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:108:29 | 108 | pub fn from(s: &str) -> Result> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:111:9 | 111 | Ok(arraystr) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:123:47 | 123 | pub fn from_byte_string(b: &[u8; CAP]) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:132:9 | 132 | Ok(vec) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:230:44 | 230 | ... self, c: char) -> Result<(), CapacityError> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:236:17 | 236 | Ok(n) => { | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:238:21 | 238 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:240:17 | 240 | Err(_) => Err(CapacityError::new(c)), | ^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:240:27 | 240 | Err(_) => Err(CapacityError::new(c)), | ^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Err; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:284:55 | 284 | ...lf, s: &'a str) -> Result<(), CapacityError<&'a str>> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:286:20 | 286 | return Err(CapacityError::new(s)); | ^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:295:9 | 295 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:313:30 | 313 | pub fn pop(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 1 + use core::option::Option; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:315:13 | 315 | Some(ch) => ch, | ^^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:322:9 | 322 | Some(ch) | ^^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:373:13 | 373 | Some(ch) => ch, | ^^^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::option::Option::Some; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:455:24 | 455 | impl PartialEq for ArrayString | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:462:24 | 462 | impl PartialEq for ArrayString | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:469:24 | 469 | impl PartialEq> for str | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:476:24 | 476 | impl Eq for ArrayString | ^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::Eq; | error[E0405]: cannot find trait `AsRef` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:496:24 | 496 | impl AsRef for ArrayString | ^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::convert::AsRef; | error[E0405]: cannot find trait `AsRef` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:507:24 | 507 | impl AsRef for ArrayString { | ^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::convert::AsRef; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:530:24 | 530 | impl Clone for ArrayString | ^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::clone::Clone; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:542:24 | 542 | impl PartialOrd for ArrayString | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::PartialOrd; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:544:42 | 544 | fn partial_cmp(&self, rhs: &Self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 1 + use core::option::Option; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:553:24 | 553 | impl PartialOrd for ArrayString | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::PartialOrd; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:555:41 | 555 | fn partial_cmp(&self, rhs: &str) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 1 + use core::option::Option; | error[E0405]: cannot find trait `PartialOrd` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:564:24 | 564 | impl PartialOrd> for str | ^^^^^^^^^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::PartialOrd; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:566:54 | 566 | ...rayString) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 1 + use core::option::Option; | error[E0405]: cannot find trait `Ord` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:575:24 | 575 | impl Ord for ArrayString | ^^^ not found in this scope | help: consider importing this trait | 1 + use core::cmp::Ord; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:586:29 | 586 | fn from_str(s: &str) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:675:32 | 675 | fn try_from(f: &'a str) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:678:9 | 678 | Ok(v) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:686:43 | 686 | fn try_from(f: fmt::Arguments<'a>) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 1 + use core::fmt::Result; | 1 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/array_string.rs:690:9 | 690 | Ok(v) | ^^ not found in this scope | help: consider importing this tuple variant | 1 + use core::result::Result::Ok; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:32:66 | 32 | ...u8, len: usize) -> Result | ^^^^^^ not found in this scope | help: consider importing one of these items | 14 + use core::fmt::Result; | 14 + use core::result::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:37:16 | 37 | return Ok(1); | ^^ not found in this scope | help: consider importing this tuple variant | 14 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:41:16 | 41 | return Ok(2); | ^^ not found in this scope | help: consider importing this tuple variant | 14 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:46:16 | 46 | return Ok(3); | ^^ not found in this scope | help: consider importing this tuple variant | 14 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:52:16 | 52 | return Ok(4); | ^^ not found in this scope | help: consider importing this tuple variant | 14 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:54:5 | 54 | Err(EncodeUtf8Error) | ^^^ not found in this scope | help: consider importing this tuple variant | 14 + use core::result::Result::Err; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/char.rs:64:16 | 64 | if let Some(ch) = std::char::from_u32(codepoint) { | ^^^^ not found in this scope | help: consider importing this tuple variant | 14 + use core::option::Option::Some; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:24:23 | 24 | value: UnsafeCell>, | ^^^^^^ not found in this scope | help: consider importing this enum | 6 + use core::option::Option; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:32:29 | 32 | unsafe impl Sync for OnceCell {} | ^^^^ not found in this scope | help: consider importing this trait | 6 + use core::marker::Sync; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:32:16 | 32 | unsafe impl Sync for OnceCell {} | ^^^^ not found in this scope | help: consider importing this trait | 6 + use core::marker::Sync; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:32:23 | 32 | unsafe impl Sync for OnceCell {} | ^^^^ not found in this scope | help: consider importing this trait | 6 + use core::marker::Send; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:33:22 | 33 | unsafe impl Send for OnceCell {} | ^^^^ not found in this scope | help: consider importing this trait | 6 + use core::marker::Send; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:33:16 | 33 | unsafe impl Send for OnceCell {} | ^^^^ not found in this scope | help: consider importing this trait | 6 + use core::marker::Send; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:40:82 | 40 | ...ue: UnsafeCell::new(None) } | ^^^^ not found in this scope | help: consider importing this unit variant | 6 + use core::option::Option::None; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:44:80 | 44 | ...ue: UnsafeCell::new(Some(value)) } | ^^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::option::Option::Some; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:63:12 | 63 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing this trait | 6 + use core::ops::FnOnce; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:63:24 | 63 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing one of these items | 6 + use core::fmt::Result; | 6 + use core::result::Result; | 6 + use alloc::fmt::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:61:52 | 61 | pub(crate) fn initialize(&self, f: F) -> Result<(), E> | ^^^^^^ not found in this scope | help: consider importing one of these items | 6 + use core::fmt::Result; | 6 + use core::result::Result; | 6 + use alloc::fmt::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:65:21 | 65 | let mut f = Some(f); | ^^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::option::Option::Some; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:66:22 | 66 | let mut res: Result<(), E> = Ok(()); | ^^^^^^ not found in this scope | help: consider importing one of these items | 6 + use core::fmt::Result; | 6 + use core::result::Result; | 6 + use alloc::fmt::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:66:38 | 66 | let mut res: Result<(), E> = Ok(()); | ^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::result::Result::Ok; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:67:24 | 67 | let slot: *mut Option = self.value.get(); | ^^^^^^ not found in this scope | help: consider importing this enum | 6 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:70:13 | 70 | Some(&mut || { | ^^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:73:21 | 73 | Ok(value) => { | ^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:74:42 | 74 | unsafe { *slot = Some(value) }; | ^^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:77:21 | 77 | Err(err) => { | ^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:78:31 | 78 | res = Err(err); | ^^^ | help: a local variable with a similar name exists | 78 | res = err(err); | ~~~ help: consider importing this tuple variant | 6 + use core::result::Result::Err; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:89:41 | 89 | initialize_or_wait(&self.queue, None); | ^^^^ not found in this scope | help: consider importing this unit variant | 6 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:107:41 | 107 | pub(crate) fn get_mut(&mut self) -> Option<&mut T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 6 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:115:39 | 115 | pub(crate) fn into_inner(self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 6 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:139:18 | 139 | thread: Cell>, | ^^^^^^ not found in this scope | help: consider importing this enum | 6 + use core::option::Option; | error[E0405]: cannot find trait `Drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:150:6 | 150 | impl Drop for Guard<'_> { | ^^^^ not found in this scope | help: consider importing this trait | 6 + use core::ops::Drop; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:177:60 | 177 | ...Waiter>, mut init: Option<&mut dyn FnMut() -> bool>) { | ^^^^^^ not found in this scope | help: consider importing this enum | 6 + use core::option::Option; | error[E0405]: cannot find trait `FnMut` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:177:76 | 177 | ...t: Option<&mut dyn FnMut() -> bool>) { | ^^^^^ not found in this scope | help: consider importing this trait | 6 + use core::ops::FnMut; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:184:26 | 184 | (INCOMPLETE, Some(init)) => { | ^^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:191:24 | 191 | if let Err(new_queue) = exchange { | ^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:214:31 | 214 | thread: Cell::new(Some(thread::current())), | ^^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:226:16 | 226 | if let Err(new_queue) = exchange { | ^^^ not found in this scope | help: consider importing this tuple variant | 6 + use core::result::Result::Err; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:250:12 | 250 | T: Sized, | ^^^^^ not found in this scope | help: consider importing this trait | 246 + use core::marker::Sized; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:262:12 | 262 | T: Sized, | ^^^^^ not found in this scope | help: consider importing this trait | 246 + use core::marker::Sized; | error[E0405]: cannot find trait `Sized` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:283:12 | 283 | T: Sized, | ^^^^^ not found in this scope | help: consider importing this trait | 246 + use core::marker::Sized; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/imp_std.rs:281:52 | 281 | ...r: *mut T, f: impl FnOnce(usize) -> usize) -> *mut T | ^^^^^^ not found in this scope | help: consider importing this trait | 246 + use core::ops::FnOnce; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:413:27 | 413 | inner: UnsafeCell>, | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:423:13 | 423 | impl Default for OnceCell { | ^^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::default::Default; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:432:17 | 432 | Some(v) => f.debug_tuple("OnceCell").field(v).finish(), | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:438:20 | 438 | impl Clone for OnceCell { | ^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::clone::Clone; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:438:13 | 438 | impl Clone for OnceCell { | ^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::clone::Clone; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:441:17 | 441 | Some(value) => OnceCell::with_value(value.clone()), | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:448:18 | 448 | (Some(this), Some(source)) => this.clone_from(source), | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:12:12 | 12 | fn len(&self) -> usize; | ^^^^^ error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:14:23 | 14 | unsafe fn set_len(&mut self, new_len: usize); | ^^^^^^^^^ error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:17:17 | 17 | fn as_slice(&self) -> &[Self::Item] { | ^^^^^ error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:448:30 | 448 | (Some(this), Some(source)) => this.clone_from(source), | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:25:21 | 25 | fn as_mut_slice(&mut self) -> &mut [Self::Item] { | ^^^^^^^^^ error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:454:24 | 454 | impl PartialEq for OnceCell { | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:454:13 | 454 | impl PartialEq for OnceCell { | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::cmp::PartialEq; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:33:15 | 33 | fn as_ptr(&self) -> *const Self::Item; | ^^^^^ error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:460:17 | 460 | impl Eq for OnceCell {} | ^^ not found in this scope | help: consider importing this trait | 384 + use core::cmp::Eq; | error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:460:13 | 460 | impl Eq for OnceCell {} | ^^ not found in this scope | help: consider importing this trait | 384 + use core::cmp::Eq; | error[E0405]: cannot find trait `From` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:462:13 | 462 | impl From for OnceCell { | ^^^^ not found in this scope | help: consider importing this trait | 384 + use core::convert::From; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:471:47 | 471 | OnceCell { inner: UnsafeCell::new(None) } | ^^^^ not found in this scope | help: consider importing this unit variant | 384 + use core::option::Option::None; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:476:47 | 476 | OnceCell { inner: UnsafeCell::new(Some(value)) } | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:483:30 | 483 | pub fn get(&self) -> Option<&T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:36:19 | 36 | fn as_mut_ptr(&mut self) -> *mut Self::Item; | ^^^^^^^^^ error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:508:38 | 508 | pub fn get_mut(&mut self) -> Option<&mut T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:39:13 | 39 | fn push(&mut self, element: Self::Item) { | ^^^^^^^^^ error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:43:17 | 43 | fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityEr... | ^^^^^^^^^ error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:530:40 | 530 | pub fn set(&self, value: T) -> Result<(), T> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 384 + use crate::unsync::fmt::Result; | 384 + use core::fmt::Result; | 384 + use core::result::Result; | 384 + use alloc::fmt::Result; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:54:30 | 54 | unsafe fn push_unchecked(&mut self, element: Self::Item) { | ^^^^^^^^^ error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:532:17 | 532 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:532:26 | 532 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:533:17 | 533 | Err((_, value)) => Err(value), | ^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:533:36 | 533 | Err((_, value)) => Err(value), | ^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Err; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:61:12 | 61 | fn pop(&mut self) -> Option { | ^^^^^^^^^ error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:72:14 | 72 | fn clear(&mut self) { | ^^^^^^^^^ error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:551:47 | 551 | pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 384 + use crate::unsync::fmt::Result; | 384 + use core::fmt::Result; | 384 + use core::result::Result; | 384 + use alloc::fmt::Result; | error: requires `legacy_receiver` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec_impl.rs:76:17 | 76 | fn truncate(&mut self, new_len: usize) { | ^^^^^^^^^ error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:552:20 | 552 | if let Some(old) = self.get() { | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:553:24 | 553 | return Err((old, value)); | ^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:561:21 | 561 | *slot = Some(value); | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:562:13 | 562 | Ok(unsafe { slot.as_ref().unwrap_unchecked() }) | ^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Ok; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:588:16 | 588 | F: FnOnce() -> T, | ^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::ops::FnOnce; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:591:43 | 591 | match self.get_or_try_init(|| Ok::(f())) { | ^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:592:17 | 592 | Ok(val) => val, | ^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:593:17 | 593 | Err(void) => match void {}, | ^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:624:16 | 624 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::ops::FnOnce; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:624:28 | 624 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing one of these items | 384 + use crate::unsync::fmt::Result; | 384 + use core::fmt::Result; | 384 + use core::result::Result; | 384 + use alloc::fmt::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:622:54 | 622 | pub fn get_or_try_init(&self, f: F) -> Result<&T, E> | ^^^^^^ not found in this scope | help: consider importing one of these items | 384 + use crate::unsync::fmt::Result; | 384 + use core::fmt::Result; | 384 + use core::result::Result; | 384 + use alloc::fmt::Result; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:626:20 | 626 | if let Some(val) = self.get() { | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:627:24 | 627 | return Ok(val); | ^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:635:13 | 635 | Ok(unsafe { self.get().unwrap_unchecked() }) | ^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::result::Result::Ok; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:667:35 | 667 | pub fn take(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:687:36 | 687 | pub fn into_inner(self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:716:20 | 716 | init: Cell>, | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:743:59 | 743 | Lazy { cell: OnceCell::new(), init: Cell::new(Some(init)) } | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:749:48 | 749 | pub fn into_value(this: Lazy) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 384 + use crate::unsync::fmt::Result; | 384 + use core::fmt::Result; | 384 + use core::result::Result; | 384 + use alloc::fmt::Result; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:758:16 | 758 | impl T> Lazy { | ^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::ops::FnOnce; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:775:17 | 775 | Some(f) => f(), | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:797:21 | 797 | Some(f) => f(), | ^^^^ not found in this scope | help: consider importing this tuple variant | 384 + use core::option::Option::Some; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:818:42 | 818 | pub fn get(this: &Lazy) -> Option<&T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:835:50 | 835 | pub fn get_mut(this: &mut Lazy) -> Option<&mut T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 384 + use core::option::Option; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:840:16 | 840 | impl T> Deref for Lazy { | ^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::ops::FnOnce; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:847:16 | 847 | impl T> DerefMut for Lazy { | ^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::ops::FnOnce; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:853:22 | 853 | impl Default for Lazy { | ^^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::default::Default; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:853:13 | 853 | impl Default for Lazy { | ^^^^^^^ not found in this scope | help: consider importing this trait | 384 + use core::default::Default; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:903:13 | 903 | impl Default for OnceCell { | ^^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::default::Default; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:912:17 | 912 | Some(v) => f.debug_tuple("OnceCell").field(v).finish(), | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:918:20 | 918 | impl Clone for OnceCell { | ^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::clone::Clone; | error[E0405]: cannot find trait `Clone` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:918:13 | 918 | impl Clone for OnceCell { | ^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::clone::Clone; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:921:17 | 921 | Some(value) => Self::with_value(value.clone()), | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:928:18 | 928 | (Some(this), Some(source)) => this.clone_from(source), | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:928:30 | 928 | (Some(this), Some(source)) => this.clone_from(source), | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0405]: cannot find trait `From` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:934:13 | 934 | impl From for OnceCell { | ^^^^ not found in this scope | help: consider importing this trait | 864 + use core::convert::From; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:940:24 | 940 | impl PartialEq for OnceCell { | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `PartialEq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:940:13 | 940 | impl PartialEq for OnceCell { | ^^^^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::cmp::PartialEq; | error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:946:17 | 946 | impl Eq for OnceCell {} | ^^ not found in this scope | help: consider importing this trait | 864 + use core::cmp::Eq; | error[E0405]: cannot find trait `Eq` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:946:13 | 946 | impl Eq for OnceCell {} | ^^ not found in this scope | help: consider importing this trait | 864 + use core::cmp::Eq; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:963:30 | 963 | pub fn get(&self) -> Option<&T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 864 + use core::option::Option; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:966:17 | 966 | Some(unsafe { self.get_unchecked() }) | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:968:17 | 968 | None | ^^^^ not found in this scope | help: consider importing this unit variant | 864 + use core::option::Option::None; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1019:38 | 1019 | pub fn get_mut(&mut self) -> Option<&mut T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 864 + use core::option::Option; | error[E0223]: ambiguous associated type --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:733:25 | 733 | fn deref(&self) -> &Self::Target { | ^^^^^^^^^^^^ | help: if there were a trait named `Example` with associated type `Target` implemented for `ArrayVec`, you could use the fully-qualified path | 733 | fn deref(&self) -> & as Example>::Target { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1058:40 | 1058 | pub fn set(&self, value: T) -> Result<(), T> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 864 + use crate::sync::fmt::Result; | 864 + use core::fmt::Result; | 864 + use core::result::Result; | 864 + use alloc::fmt::Result; | error[E0223]: ambiguous associated type --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:740:37 | 740 | fn deref_mut(&mut self) -> &mut Self::Target { | ^^^^^^^^^^^^ | help: if there were a trait named `Example` with associated type `Target` implemented for `ArrayVec`, you could use the fully-qualified path | 740 | fn deref_mut(&mut self) -> &mut as Example>::Target { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1060:17 | 1060 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1060:26 | 1060 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1061:17 | 1061 | Err((_, value)) => Err(value), | ^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1061:36 | 1061 | Err((_, value)) => Err(value), | ^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Err; | error[E0223]: ambiguous associated type --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:812:27 | 812 | fn into_iter(self) -> Self::IntoIter { self.iter() } | ^^^^^^^^^^^^^^ help: use fully-qualified syntax: `<&'a ArrayVec as core::iter::IntoIterator>::IntoIter` error[E0223]: ambiguous associated type --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/arrayvec.rs:829:27 | 829 | fn into_iter(self) -> Self::IntoIter { self.iter_mut() } | ^^^^^^^^^^^^^^ help: use fully-qualified syntax: `<&'a mut ArrayVec as core::iter::IntoIterator>::IntoIter` error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1080:47 | 1080 | pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 864 + use crate::sync::fmt::Result; | 864 + use core::fmt::Result; | 864 + use core::result::Result; | 864 + use alloc::fmt::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1081:29 | 1081 | let mut value = Some(value); | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1084:25 | 1084 | None => Ok(res), | ^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1085:17 | 1085 | Some(value) => Err((res, value)), | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1085:32 | 1085 | Some(value) => Err((res, value)), | ^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1117:16 | 1117 | F: FnOnce() -> T, | ^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::ops::FnOnce; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1120:43 | 1120 | match self.get_or_try_init(|| Ok::(f())) { | ^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1121:17 | 1121 | Ok(val) => val, | ^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1122:17 | 1122 | Err(void) => match void {}, | ^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1154:16 | 1154 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::ops::FnOnce; | error: requires `sized` lang_item --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/utils.rs:9:5 | 9 | pub(crate) const ARRAY: [MaybeUninit; N] = [Self::VALUE; N]; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1154:28 | 1154 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing one of these items | 864 + use crate::sync::fmt::Result; | 864 + use core::fmt::Result; | 864 + use core::result::Result; | 864 + use alloc::fmt::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1152:54 | 1152 | pub fn get_or_try_init(&self, f: F) -> Result<&T, E> | ^^^^^^ not found in this scope | help: consider importing one of these items | 864 + use crate::sync::fmt::Result; | 864 + use core::fmt::Result; | 864 + use core::result::Result; | 864 + use alloc::fmt::Result; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1157:20 | 1157 | if let Some(value) = self.get() { | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1158:24 | 1158 | return Ok(value); | ^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1165:13 | 1165 | Ok(unsafe { self.get_unchecked() }) | ^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::result::Result::Ok; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1197:35 | 1197 | pub fn take(&mut self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 864 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1217:36 | 1217 | pub fn into_inner(self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 864 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1257:20 | 1257 | init: Cell>, | ^^^^^^ not found in this scope | help: consider importing this enum | 864 + use core::option::Option; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1270:29 | 1270 | unsafe impl Sync for Lazy where OnceCell: Syn... | ^^^^ not found in this scope | help: consider importing this trait | 864 + use core::marker::Sync; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1270:23 | 1270 | unsafe impl Sync for Lazy where OnceCell: Syn... | ^^^^ not found in this scope | help: consider importing this trait | 864 + use core::marker::Send; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1270:68 | 1270 | ...where OnceCell: Sync {} | ^^^^ not found in this scope | help: consider importing this trait | 864 + use core::marker::Sync; | Some errors have detailed explanations: E0223, E0405, E0412, E0425, E0432, E0463, E0531. error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1279:59 | 1279 | Lazy { cell: OnceCell::new(), init: Cell::new(Some(f)) } | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | For more information about an error, try `rustc --explain E0223`. error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1285:48 | 1285 | pub fn into_value(this: Lazy) -> Result { | ^^^^^^ not found in this scope | help: consider importing one of these items | 864 + use crate::sync::fmt::Result; | 864 + use core::fmt::Result; | 864 + use core::result::Result; | 864 + use alloc::fmt::Result; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1294:16 | 1294 | impl T> Lazy { | ^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::ops::FnOnce; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1310:17 | 1310 | Some(f) => f(), | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1330:21 | 1330 | Some(f) => f(), | ^^^^ not found in this scope | help: consider importing this tuple variant | 864 + use core::option::Option::Some; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1351:42 | 1351 | pub fn get(this: &Lazy) -> Option<&T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 864 + use core::option::Option; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1368:50 | 1368 | pub fn get_mut(this: &mut Lazy) -> Option<&mut T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 864 + use core::option::Option; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1373:16 | 1373 | impl T> Deref for Lazy { | ^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::ops::FnOnce; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1380:16 | 1380 | impl T> DerefMut for Lazy { | ^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::ops::FnOnce; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1386:22 | 1386 | impl Default for Lazy { | ^^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::default::Default; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs:1386:13 | 1386 | impl Default for Lazy { | ^^^^^^^ not found in this scope | help: consider importing this trait | 864 + use core::default::Default; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:48:26 | 48 | pub fn get(&self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 24 + use core::option::Option; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:58:47 | 58 | pub fn set(&self, value: NonZeroUsize) -> Result<(), ()> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:62:13 | 62 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:62:22 | 62 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:63:13 | 63 | Err(_) => Err(()), | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:63:23 | 63 | Err(_) => Err(()), | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:75:12 | 75 | F: FnOnce() -> NonZeroUsize, | ^^^^^^ not found in this scope | help: consider importing this trait | 24 + use core::ops::FnOnce; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:78:39 | 78 | match self.get_or_try_init(|| Ok::(f())) { | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:79:13 | 79 | Ok(val) => val, | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:80:13 | 80 | Err(void) => match void {}, | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:93:12 | 93 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing this trait | 24 + use core::ops::FnOnce; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:93:24 | 93 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:91:50 | 91 | pub fn get_or_try_init(&self, f: F) -> Result | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:97:13 | 97 | Some(it) => it, | ^^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::option::Option::Some; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:102:24 | 102 | if let Err(old) = exchange { | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:108:9 | 108 | Ok(res) | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:127:26 | 127 | pub fn get(&self) -> Option { | ^^^^^^ not found in this scope | help: consider importing this enum | 24 + use core::option::Option; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:136:39 | 136 | pub fn set(&self, value: bool) -> Result<(), ()> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:148:12 | 148 | F: FnOnce() -> bool, | ^^^^^^ not found in this scope | help: consider importing this trait | 24 + use core::ops::FnOnce; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:162:12 | 162 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing this trait | 24 + use core::ops::FnOnce; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:162:24 | 162 | F: FnOnce() -> Result, | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:160:50 | 160 | pub fn get_or_try_init(&self, f: F) -> Result | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:185:26 | 185 | unsafe impl<'a, T: Sync> Sync for OnceRef<'a, T> {} | ^^^^ not found in this scope | help: consider importing this trait | 24 + use core::marker::Sync; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:185:20 | 185 | unsafe impl<'a, T: Sync> Sync for OnceRef<'a, T> {} | ^^^^ not found in this scope | help: consider importing this trait | 24 + use core::marker::Sync; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:193:13 | 193 | impl<'a, T> Default for OnceRef<'a, T> { | ^^^^^^^ not found in this scope | help: consider importing this trait | 24 + use core::default::Default; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:206:26 | 206 | pub fn get(&self) -> Option<&'a T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 24 + use core::option::Option; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:215:40 | 215 | pub fn set(&self, value: &'a T) -> Result<(), ()> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:220:13 | 220 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:220:22 | 220 | Ok(_) => Ok(()), | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:221:13 | 221 | Err(_) => Err(()), | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:221:23 | 221 | Err(_) => Err(()), | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:233:12 | 233 | F: FnOnce() -> &'a T, | ^^^^^^ not found in this scope | help: consider importing this trait | 24 + use core::ops::FnOnce; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:236:39 | 236 | match self.get_or_try_init(|| Ok::<&'a T, Void>(f())) { | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:237:13 | 237 | Ok(val) => val, | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:238:13 | 238 | Err(void) => match void {}, | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:251:12 | 251 | F: FnOnce() -> Result<&'a T, E>, | ^^^^^^ not found in this scope | help: consider importing this trait | 24 + use core::ops::FnOnce; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:251:24 | 251 | F: FnOnce() -> Result<&'a T, E>, | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:249:50 | 249 | pub fn get_or_try_init(&self, f: F) -> Result<&'a T, E> | ^^^^^^ not found in this scope | help: consider importing one of these items | 24 + use core::fmt::Result; | 24 + use core::result::Result; | 24 + use alloc::fmt::Result; | error: could not compile `arrayvec` (lib) due to 221 previous errors error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:264:20 | 264 | if let Err(old) = exchange { | ^^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:269:9 | 269 | Ok(unsafe { &*ptr }) | ^^ not found in this scope | help: consider importing this tuple variant | 24 + use core::result::Result::Ok; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:303:28 | 303 | ghost: PhantomData>>, | ^^^^^^ not found in this scope | help: consider importing this enum | 295 + use core::option::Option; | error[E0405]: cannot find trait `Default` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:312:13 | 312 | impl Default for OnceBox { | ^^^^^^^ not found in this scope | help: consider importing this trait | 295 + use core::default::Default; | error[E0405]: cannot find trait `Drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:318:13 | 318 | impl Drop for OnceBox { | ^^^^ not found in this scope | help: consider importing this trait | 295 + use core::ops::Drop; | error[E0425]: cannot find function `drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:322:17 | 322 | drop(unsafe { Box::from_raw(ptr) }) | ^^^^ not found in this scope | help: consider using the method on `Self` | 322 | self.drop(unsafe { Box::from_raw(ptr) }) | +++++ help: consider importing this function | 295 + use core::mem::drop; | error[E0412]: cannot find type `Option` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:334:30 | 334 | pub fn get(&self) -> Option<&T> { | ^^^^^^ not found in this scope | help: consider importing this enum | 295 + use core::option::Option; | error[E0425]: cannot find value `None` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:337:24 | 337 | return None; | ^^^^ not found in this scope | help: consider importing this unit variant | 295 + use core::option::Option::None; | error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:339:13 | 339 | Some(unsafe { &*ptr }) | ^^^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::option::Option::Some; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:346:45 | 346 | pub fn set(&self, value: Box) -> Result<(), Box> { | ^^^^^^ not found in this scope | help: consider importing one of these items | 295 + use core::fmt::Result; | 295 + use core::result::Result; | 295 + use alloc::fmt::Result; | error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:356:24 | 356 | return Err(value); | ^^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::result::Result::Err; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:358:13 | 358 | Ok(()) | ^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::result::Result::Ok; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:369:16 | 369 | F: FnOnce() -> Box, | ^^^^^^ not found in this scope | help: consider importing this trait | 295 + use core::ops::FnOnce; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:372:43 | 372 | match self.get_or_try_init(|| Ok::, Void>(f())) { | ^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:373:17 | 373 | Ok(val) => val, | ^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::result::Result::Ok; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:374:17 | 374 | Err(void) => match void {}, | ^^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::result::Result::Err; | error[E0405]: cannot find trait `FnOnce` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:387:16 | 387 | F: FnOnce() -> Result, E>, | ^^^^^^ not found in this scope | help: consider importing this trait | 295 + use core::ops::FnOnce; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:387:28 | 387 | F: FnOnce() -> Result, E>, | ^^^^^^ not found in this scope | help: consider importing one of these items | 295 + use core::fmt::Result; | 295 + use core::result::Result; | 295 + use alloc::fmt::Result; | error[E0412]: cannot find type `Result` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:385:54 | 385 | pub fn get_or_try_init(&self, f: F) -> Result<&T, E> | ^^^^^^ not found in this scope | help: consider importing one of these items | 295 + use core::fmt::Result; | 295 + use core::result::Result; | 295 + use alloc::fmt::Result; | error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:400:24 | 400 | if let Err(old) = exchange { | ^^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::result::Result::Err; | error[E0425]: cannot find function `drop` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:401:21 | 401 | drop(unsafe { Box::from_raw(ptr) }); | ^^^^ not found in this scope | help: consider importing this function | 295 + use core::mem::drop; | error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:405:13 | 405 | Ok(unsafe { &*ptr }) | ^^ not found in this scope | help: consider importing this tuple variant | 295 + use core::result::Result::Ok; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:409:33 | 409 | unsafe impl Sync for OnceBox {} | ^^^^ not found in this scope | help: consider importing this trait | 295 + use core::marker::Sync; | error[E0405]: cannot find trait `Sync` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:409:20 | 409 | unsafe impl Sync for OnceBox {} | ^^^^ not found in this scope | help: consider importing this trait | 295 + use core::marker::Sync; | error[E0405]: cannot find trait `Send` in this scope --> /home/dj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/race.rs:409:27 | 409 | unsafe impl Sync for OnceBox {} | ^^^^ not found in this scope | help: consider importing this trait | 295 + use core::marker::Send; |