Skip to content

Instantly share code, notes, and snippets.

@ozanmuyes
Created June 3, 2022 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozanmuyes/abd40af29b9a6598684b3ce31d6b797e to your computer and use it in GitHub Desktop.
Save ozanmuyes/abd40af29b9a6598684b3ce31d6b797e to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
❯ cargo lipo
[INFO cargo_lipo::meta] Will build universal library for ["flutter_rust_bridge_example"]
[INFO cargo_lipo::lipo] Building "flutter_rust_bridge_example" for "aarch64-apple-ios"
Compiling cfg-if v1.0.0
Compiling scopeguard v1.1.0
Compiling lazy_static v1.4.0
Compiling encoding_index_tests v0.1.4
Compiling adler v1.0.2
Compiling adler32 v1.2.0
Compiling smallvec v1.7.0
Compiling cc v1.0.70
Compiling futures-core v0.3.19
Compiling gimli v0.25.0
Compiling parking_lot_core v0.9.0
Compiling crossbeam-queue v0.3.2
Compiling futures-sink v0.3.19
Compiling either v1.6.1
Compiling weezl v0.1.5
Compiling rustc-demangle v0.1.21
Compiling anyhow v1.0.57
Compiling jpeg-decoder v0.1.22
Compiling lebe v0.5.1
Compiling half v1.8.2
Compiling color_quant v1.1.0
Compiling bit_field v0.10.1
Compiling bitflags v1.3.2
Compiling byteorder v1.4.3
Compiling flutter_rust_bridge_macros v1.32.0 (/Users/ozan/Code/flutter_rust_bridge/frb_macros)
Compiling scoped_threadpool v0.1.9
Compiling bytemuck v1.7.2
Compiling miniz_oxide v0.4.4
Compiling num-traits v0.2.14
Compiling memoffset v0.6.4
Compiling num-integer v0.1.44
Compiling num-bigint v0.4.2
Compiling rayon v1.5.1
Compiling num-iter v0.1.42
Compiling num-rational v0.4.0
Compiling atomic v0.5.0
Compiling libc v0.2.103
Compiling crossbeam-utils v0.8.5
Compiling proc-macro2 v1.0.36
Compiling crossbeam-epoch v0.9.5
Compiling syn v1.0.86
Compiling rayon-core v1.9.1
Compiling crc32fast v1.2.2
Compiling memchr v2.4.1
Compiling encoding-index-simpchinese v1.20141219.5
Compiling encoding-index-tradchinese v1.20141219.5
Compiling encoding-index-korean v1.20141219.5
Compiling encoding-index-japanese v1.20141219.5
Compiling encoding-index-singlebyte v1.20141219.5
Compiling lock_api v0.4.6
Compiling deflate v1.0.0
Compiling deflate v0.9.1
Compiling inflate v0.4.5
Compiling gif v0.11.3
Compiling encoding v0.2.33
Compiling spin v0.9.2
Compiling backtrace v0.3.61
Compiling crossbeam-channel v0.5.1
Compiling num_cpus v1.13.0
Compiling getrandom v0.2.4
Compiling addr2line v0.16.0
Compiling quote v1.0.15
Compiling object v0.26.2
Compiling threadpool v1.8.1
Compiling nanorand v0.6.1
Compiling parking_lot v0.12.0
Compiling flate2 v1.0.22
Compiling png v0.17.2
Compiling crossbeam-deque v0.8.1
Compiling crossbeam v0.8.1
Compiling tiff v0.7.1
Compiling num-complex v0.4.0
Compiling allo-isolate v0.1.13-beta.5
Compiling num v0.4.0
Compiling jpeg-decoder v0.2.1
Compiling flutter_rust_bridge v1.32.0 (/Users/ozan/Code/flutter_rust_bridge/frb_rust)
Compiling pin-project-internal v1.0.10
Compiling pin-project v1.0.10
Compiling flume v0.10.10
Compiling exr v1.4.2
Compiling image v0.24.2
Compiling flutter_rust_bridge_example v0.1.0 (/Users/ozan/Code/flutter_rust_bridge/frb_example/with_flutter/rust)
Finished dev [unoptimized + debuginfo] target(s) in 24.04s
[INFO cargo_lipo::lipo] Building "flutter_rust_bridge_example" for "x86_64-apple-ios"
Compiling cfg-if v1.0.0
Compiling scopeguard v1.1.0
Compiling lazy_static v1.4.0
Compiling adler v1.0.2
Compiling encoding_index_tests v0.1.4
Compiling adler32 v1.2.0
Compiling smallvec v1.7.0
Compiling gimli v0.25.0
Compiling either v1.6.1
Compiling weezl v0.1.5
Compiling futures-sink v0.3.19
Compiling rustc-demangle v0.1.21
Compiling color_quant v1.1.0
Compiling bit_field v0.10.1
Compiling half v1.8.2
Compiling bitflags v1.3.2
error[E0463]: can't find crate for `core`
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `compiler_builtins`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:8:1
|
8 | extern crate core;
| ^^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:192:1
|
192 | extern crate core as std;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
For more information about this error, try `rustc --explain E0463`.
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs:20:1
|
20 | extern crate core as std;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:21:5
|
21 | use core::ops::DerefMut;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:470:24
|
470 | f.debug_struct(stringify!(ScopeGuard))
| ^^^^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:22:5
|
22 | use core::pin::Pin;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:23:5
|
23 | use core::task::{Context, Poll};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:212:3
|
212 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs:86:3
|
86 | #[derive(Debug, Copy, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/algo.rs:110:3
|
110 | #[derive(Copy, Clone)]
| ^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs:282:1
|
282 | pub extern crate core as _core;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:18:1
|
18 | extern crate core as std;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error: could not compile `cfg-if` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:50:3
|
50 | #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
| ^^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:566:17
|
566 | panic!("called `Either::unwrap_left()` on a `Right` value: {:?}", r)
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:596:32
|
596 | Either::Left(l) => panic!("called `Either::unwrap_right()` on a `Left` value: {:?}", l),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:625:33
|
625 | Either::Right(r) => panic!("{}: {:?}", msg, r),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:654:32
|
654 | Either::Left(l) => panic!("{}: {:?}", msg, l),
| ^^^^^
error: cannot find attribute `test` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1021:3
|
1021 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1025:5
|
1025 | assert_eq!(e, Left(2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1027:5
|
1027 | assert_eq!(e, Right(2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1028:5
|
1028 | assert_eq!(e.left(), None);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1029:5
|
1029 | assert_eq!(e.right(), Some(2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1030:5
|
1030 | assert_eq!(e.as_ref().right(), Some(&2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1031:5
|
1031 | assert_eq!(e.as_mut().right(), Some(&mut 2));
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1034:3
|
1034 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1040:5
|
1040 | assert_eq!(a(), Right(1337));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1045:5
|
1045 | assert_eq!(b(), Left(String::from("foo bar")));
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1048:3
|
1048 | #[test]
| ^^^^
error: cannot find attribute `test` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1055:3
|
1055 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1063:5
|
1063 | assert_eq!(iter.next(), Some(0));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1064:5
|
1064 | assert_eq!(iter.count(), 9);
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1067:3
|
1067 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1081:5
|
1081 | assert_eq!(reader.read(&mut buf).unwrap(), buf.len());
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1082:5
|
1082 | assert_eq!(&buf, &mockdata[..buf.len()]);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1092:5
|
1092 | assert_eq!(writer.write(&buf).unwrap(), buf.len());
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1095:3
|
1095 | #[test]
| ^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1106:5
|
1106 | assert!(res.is_err());
| ^^^^^^
error[E0463]: can't find crate for `alloc`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:87:1
|
87 | pub extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:216:17
|
216 | assert!(bit < Self::BIT_LENGTH);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:225:17
|
225 | assert!(range.start < Self::BIT_LENGTH);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `bitflags` due to 3 previous errors
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:226:17
|
226 | assert!(range.end <= Self::BIT_LENGTH);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:227:17
|
227 | assert!(range.start < range.end);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:238:17
|
238 | assert!(bit < Self::BIT_LENGTH);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:253:17
|
253 | assert!(range.start < Self::BIT_LENGTH);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:254:17
|
254 | assert!(range.end <= Self::BIT_LENGTH);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:255:17
|
255 | assert!(range.start < range.end);
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:256:17
|
256 | assert!(value << (Self::BIT_LENGTH - (range.end - range.start)) >>
| ^^^^^^
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:292:9
|
292 | assert!(range.len() <= T::BIT_LENGTH);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:300:9
|
300 | assert!(slice_end - slice_start <= 1);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:327:9
|
327 | assert!(range.len() <= T::BIT_LENGTH);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:334:9
|
334 | assert!(slice_end - slice_start <= 1);
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:23:3
|
23 | #[derive(PartialEq, Eq, Debug)]
| ^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:305:22
|
305 | _ => unreachable!(),
| ^^^^^^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:348:26
|
348 | _ => unreachable!(
| ^^^^^^^^^^^
error: cannot find macro `matches` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:700:20
|
700 | if matches!((quote, c), ('\'', '"') | ('"', '\'')) {
| ^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:148:3
|
148 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:222:3
|
222 | #[derive(Copy, Clone, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:254:21
|
254 | write!(size_limited_fmt, "{:#}", d)
| ^^^^^
|
= help: have you added the `#[macro_use]` on the module/import?
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:256:21
|
256 | write!(size_limited_fmt, "{}", d)
| ^^^^^
|
= help: have you added the `#[macro_use]` on the module/import?
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:105:10
|
105 | impl<'a> fmt::Display for Demangle<'a> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:106:27
|
106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:106:46
|
106 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared type `Pin`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:123:9
|
123 | Pin::new(&mut **self).poll_ready(cx)
| ^^^ use of undeclared type `Pin`
error[E0433]: failed to resolve: use of undeclared type `Pin`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:127:9
|
127 | Pin::new(&mut **self).start_send(item)
| ^^^ use of undeclared type `Pin`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:93:10
|
93 | impl<'s> fmt::Display for Demangle<'s> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:94:27
|
94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:94:46
|
94 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0463]: can't find crate for `std`
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `Bound`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:355:9
|
355 | Bound::Excluded(&value) => value + 1,
| ^^^^^ use of undeclared type `Bound`
error[E0433]: failed to resolve: use of undeclared type `Bound`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:356:9
|
356 | Bound::Included(&value) => value,
| ^^^^^ use of undeclared type `Bound`
error[E0433]: failed to resolve: use of undeclared type `Bound`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:357:9
|
357 | Bound::Unbounded => 0,
| ^^^^^ use of undeclared type `Bound`
error[E0433]: failed to resolve: use of undeclared type `Bound`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:360:9
|
360 | Bound::Excluded(&value) => value,
| ^^^^^ use of undeclared type `Bound`
error[E0433]: failed to resolve: use of undeclared type `Bound`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:361:9
|
361 | Bound::Included(&value) => value + 1,
| ^^^^^ use of undeclared type `Bound`
error[E0433]: failed to resolve: use of undeclared type `Bound`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:362:9
|
362 | Bound::Unbounded => bit_length,
| ^^^^^ use of undeclared type `Bound`
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:59:20
|
59 | fn get_bits<T: RangeBounds<usize>>(&self, range: T) -> Self;
| ^^^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `std`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:9:1
|
9 | extern crate std;
| ^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:108:20
|
108 | fn set_bits<T: RangeBounds<usize>>(&mut self, range: T, value: Self) -> &mut Self;
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:158:20
|
158 | fn get_bits<U: RangeBounds<usize>>(&self, range: U) -> T;
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:205:20
|
205 | fn set_bits<U: RangeBounds<usize>>(&mut self, range: U, value: T);
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:222:28
|
222 | fn get_bits<T: RangeBounds<usize>>(&self, range: T) -> Self {
| ^^^^^^^^^^^ not found in this scope
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:250:28
|
250 | fn set_bits<T: RangeBounds<usize>>(&mut self, range: T, value: Self) -> &mut Self {
| ^^^^^^^^^^^ not found in this scope
...
273 | bitfield_numeric_impl! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
| ------------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `bitfield_numeric_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:289:20
|
289 | fn get_bits<U: RangeBounds<usize>>(&self, range: U) -> T {
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:324:20
|
324 | fn set_bits<U: RangeBounds<usize>>(&mut self, range: U, value: T) {
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:353:24
|
353 | fn to_regular_range<T: RangeBounds<usize>>(generic_rage: &T, bit_length: usize) -> Range<usize> {
| ^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Range` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.10.1/src/lib.rs:353:84
|
353 | fn to_regular_range<T: RangeBounds<usize>>(generic_rage: &T, bit_length: usize) -> Range<usize> {
| ^^^^^ not found in this scope
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:40:21
|
40 | debug_assert!(false, "attempted to derefence an uninitialized lazy static. This is a bug");
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type `Pin`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:131:9
|
131 | Pin::new(&mut **self).poll_flush(cx)
| ^^^ use of undeclared type `Pin`
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:186:9
|
186 | assert!(pixel.len() == 4);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:172:9
|
172 | assert!(pixel.len() == 4);
| ^^^^^^
error: cannot find macro `vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:126:23
|
126 | netindex: vec![0; 256],
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:92:3
|
92 | #[derive(Clone, Copy)]
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared type `Cell`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:23:33
|
23 | pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT);
| ^^^^ use of undeclared type `Cell`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:240:10
|
240 | impl<'s> fmt::Display for Ident<'s> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:241:27
|
241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:241:46
|
241 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error: could not compile `encoding_index_tests` due to previous error
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:99:5
|
99 | use core::borrow::{Borrow, BorrowMut};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `Pin`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:135:9
|
135 | Pin::new(&mut **self).poll_close(cx)
| ^^^ use of undeclared type `Pin`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:100:5
|
100 | use core::cmp;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:101:5
|
101 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:102:5
|
102 | use core::hash::{Hash, Hasher};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:20
|
19 | pub struct Lazy<T: Sync>(Cell<Option<T>>, Once);
| ^^^^ not found in this scope
error[E0412]: cannot find type `Cell` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:26
|
19 | pub struct Lazy<T: Sync>(Cell<Option<T>>, Once);
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:31
|
19 | pub struct Lazy<T: Sync>(Cell<Option<T>>, Once);
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Once` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:19:43
|
19 | pub struct Lazy<T: Sync>(Cell<Option<T>>, Once);
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:21:9
|
21 | impl<T: Sync> Lazy<T> {
| ^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `iter`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:312:21
|
312 | let chars = iter::from_fn(move || {
| ^^^^ use of undeclared crate or module `iter`
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:23:43
|
23 | pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT);
| ^^^^ not found in this scope
error[E0425]: cannot find value `ONCE_INIT` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:23:50
|
23 | pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT);
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:28:12
|
28 | F: FnOnce() -> T,
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:31:24
|
31 | self.0.set(Some(f()));
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:38:17
|
38 | Some(ref x) => x,
| ^^^^ not found in this scope
error[E0425]: cannot find function `unreachable_unchecked` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:42:21
|
42 | unreachable_unchecked()
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:49:22
|
49 | unsafe impl<T: Sync> Sync for Lazy<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:49:16
|
49 | unsafe impl<T: Sync> Sync for Lazy<T> {}
| ^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:103:5
|
103 | use core::hint::unreachable_unchecked;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:104:5
|
104 | use core::iter::{repeat, FromIterator, FusedIterator, IntoIterator};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
Some errors have detailed explanations: E0405, E0412, E0433, E0463.
For more information about an error, try `rustc --explain E0405`.
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:105:5
|
105 | use core::mem;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:106:5
|
106 | use core::mem::MaybeUninit;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:107:5
|
107 | use core::ops::{self, Range, RangeBounds};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0531.
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:108:5
|
108 | use core::ptr::{self, NonNull};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `Result`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:365:28
|
365 | Some(chars.map(Result::unwrap))
| ^^^^^^ use of undeclared type `Result`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:109:5
|
109 | use core::slice::{self, SliceIndex};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:796:13
|
796 | use core::ops::Bound::*;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error: could not compile `bit_field` due to 31 previous errors
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:277:3
|
277 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:290:9
|
290 | write!(f, "Allocation error: {:?}", self)
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:304:54
|
304 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"),
| ^^^^^
error: cannot find macro `cfg` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:235:12
|
235 | if cfg!(not(debug_assertions)) {
| ^^^
...
477 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: `cfg` is in scope, but it is an attribute: `#[cfg]`
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `lazy_static` due to 19 previous errors
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:238:13
|
238 | panic!($e);
| ^^^^^
...
477 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `cfg` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:235:12
|
235 | if cfg!(not(debug_assertions)) {
| ^^^
...
484 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: `cfg` is in scope, but it is an attribute: `#[cfg]`
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:238:13
|
238 | panic!($e);
| ^^^^^
...
484 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `cfg` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:235:12
|
235 | if cfg!(not(debug_assertions)) {
| ^^^
...
495 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: `cfg` is in scope, but it is an attribute: `#[cfg]`
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:238:13
|
238 | panic!($e);
| ^^^^^
...
495 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `cfg` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:235:12
|
235 | if cfg!(not(debug_assertions)) {
| ^^^
...
502 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: `cfg` is in scope, but it is an attribute: `#[cfg]`
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:238:13
|
238 | panic!($e);
| ^^^^^
...
502 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `cfg` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:235:12
|
235 | if cfg!(not(debug_assertions)) {
| ^^^
...
509 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: `cfg` is in scope, but it is an attribute: `#[cfg]`
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:238:13
|
238 | panic!($e);
| ^^^^^
...
509 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:561:9
|
561 | assert!(
| ^^^^^^
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:68:25
|
68 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^ not found in this scope
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:68:50
|
68 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:68:66
|
68 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:68:71
|
68 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^^^ not found in this scope
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:661:9
|
661 | assert!(len <= A::size());
| ^^^^^^
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:89:25
|
89 | fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error>;
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:89:56
|
89 | fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:103:25
|
103 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^ not found in this scope
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:103:50
|
103 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:103:66
|
103 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:103:71
|
103 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:116:25
|
116 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^ not found in this scope
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:810:9
|
810 | assert!(start <= end);
| ^^^^^^
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:116:50
|
116 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:116:66
|
116 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:116:71
|
116 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:119:10
|
119 | impl<S: ?Sized + Sink<Item> + Unpin, Item> Sink<Item> for &mut S {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Unpin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:119:31
|
119 | impl<S: ?Sized + Sink<Item> + Unpin, Item> Sink<Item> for &mut S {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:122:29
|
122 | fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:122:54
|
122 | fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:122:70
|
122 | fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^ not found in this scope
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:811:9
|
811 | assert!(end <= len);
| ^^^^^^
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:122:75
|
122 | fn poll_ready(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:126:29
|
126 | fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:126:60
|
126 | fn start_send(mut self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:130:29
|
130 | fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:130:54
|
130 | fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:130:70
|
130 | fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:130:75
|
130 | fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:134:29
|
134 | fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^ not found in this scope
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:891:13
|
891 | assert!(new_cap >= len);
| ^^^^^^
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:134:54
|
134 | fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:134:70
|
134 | fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:134:75
|
134 | fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:139:30
|
139 | impl<P, Item> Sink<Item> for Pin<P>
| ^^^ not found in this scope
error[E0405]: cannot find trait `DerefMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:141:8
|
141 | P: DerefMut + Unpin,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Unpin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:141:19
|
141 | P: DerefMut + Unpin,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:146:25
|
146 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^ not found in this scope
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:902:17
|
902 | debug_assert!(layout.size() > 0);
| ^^^^^^^^^^^^
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:146:50
|
146 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:146:66
|
146 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:146:71
|
146 | fn poll_ready(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:150:25
|
150 | fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:150:56
|
150 | fn start_send(self: Pin<&mut Self>, item: Item) -> Result<(), Self::Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:154:25
|
154 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^ not found in this scope
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1056:13
|
1056 | assert!(index < len);
| ^^^^^^
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:154:50
|
154 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:154:66
|
154 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:154:71
|
154 | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Pin` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:158:25
|
158 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Context` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:158:50
|
158 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Poll` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:158:66
|
158 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.19/src/lib.rs:158:71
|
158 | fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {
| ^^^^^^ not found in this scope
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1074:13
|
1074 | assert!(index <= len);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1091:9
|
1091 | assert!(lower_size_bound <= core::isize::MAX as usize); // Ensure offset is indexable
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1092:9
|
1092 | assert!(index + lower_size_bound >= index); // Protect against overflow
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1096:9
|
1096 | assert!(index <= old_len);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1383:9
|
1383 | assert!(capacity > Self::inline_capacity());
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1448:9
|
1448 | assert!(index <= len);
| ^^^^^^
error: cannot find macro `vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1498:13
|
1498 | vec![elem; n].into()
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs:86:3
|
86 | #[derive(Clone)]
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:576:25
|
576 | out: Option<&'a mut fmt::Formatter<'b>>,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:644:33
|
644 | F: FnOnce(&mut Self) -> fmt::Result,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:656:33
|
656 | F: FnOnce(&mut Self) -> fmt::Result,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:654:45
|
654 | fn print_backref<F>(&mut self, f: F) -> fmt::Result
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:272:9
|
272 | Vec::extend_from_slice(self, other)
| ^^^ use of undeclared type `Vec`
error: could not compile `futures-sink` due to 56 previous errors
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:288:6
|
288 | impl fmt::Display for CollectionAllocErr {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:289:27
|
289 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:289:50
|
289 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:664:27
|
664 | let orig_parser = mem::replace(&mut self.parser, Ok(backref_parser));
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:678:33
|
678 | fn print(&mut self, x: impl fmt::Display) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:678:50
|
678 | fn print(&mut self, x: impl fmt::Display) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:680:13
|
680 | fmt::Display::fmt(&x, out)?;
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:692:10
|
692 | ) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:717:57
|
717 | fn print_lifetime_from_index(&mut self, lt: u64) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:748:33
|
748 | F: FnOnce(&mut Self) -> fmt::Result,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:746:41
|
746 | fn in_binder<F>(&mut self, f: F) -> fmt::Result
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:782:29
|
782 | F: Fn(&mut Self) -> fmt::Result,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:780:71
|
780 | fn print_sep_list<F>(&mut self, f: F, sep: &str) -> Result<usize, fmt::Error>
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:795:49
|
795 | fn print_path(&mut self, in_value: bool) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:312:16
|
312 | let size = mem::size_of::<T>()
| ^^^ use of undeclared crate or module `mem`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:13:5
|
13 | use core::slice;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:3:5
|
3 | use core::{
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:315:17
|
315 | let align = mem::align_of::<T>();
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared type `Layout`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:316:5
|
316 | Layout::from_size_align(size, align).map_err(|_| CollectionAllocErr::CapacityOverflow)
| ^^^^^^ use of undeclared type `Layout`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:333:11
|
333 | iter: slice::Iter<'a, T::Item>,
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:337:25
|
337 | impl<'a, T: 'a + Array> fmt::Debug for Drain<'a, T>
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:339:14
|
339 | T::Item: fmt::Debug,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:341:27
|
341 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:341:50
|
341 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:808:25
|
808 | fmt::LowerHex::fmt(&dis, out)?;
| ^^^ use of undeclared crate or module `fmt`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:3:5
|
3 | use core::{
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:356:39
|
356 | .map(|reference| unsafe { ptr::read(reference) })
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:891:40
|
891 | fn print_generic_arg(&mut self) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:370:39
|
370 | .map(|reference| unsafe { ptr::read(reference) })
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:902:33
|
902 | fn print_type(&mut self) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:33:3
|
33 | #[derive(Clone, Copy, Default)]
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:473:9
|
473 | assert!(min <= max);
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:706:9
|
706 | write!(f, "{:?}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:712:9
|
712 | write!(f, "{}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:718:9
|
718 | write!(f, "{:e}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:724:9
|
724 | write!(f, "{:E}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:730:9
|
730 | write!(f, "{:b}", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:736:9
|
736 | write!(f, "{:o}", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:742:9
|
742 | write!(f, "{:x}", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:748:9
|
748 | write!(f, "{:X}", self.0)
| ^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16/convert.rs:357:5
|
357 | debug_assert!(v.len() >= 4);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16/convert.rs:369:5
|
369 | debug_assert!(v.len() >= 4);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16/convert.rs:381:5
|
381 | debug_assert!(v.len() >= 4);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16/convert.rs:393:5
|
393 | debug_assert!(v.len() >= 4);
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:397:21
|
397 | ptr::copy(src, dst, self.tail_len);
| ^^^ use of undeclared crate or module `ptr`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:31:3
|
31 | #[derive(Clone, Copy, Default)]
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:567:9
|
567 | assert!(min <= max);
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:800:9
|
800 | write!(f, "{:?}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:806:9
|
806 | write!(f, "{}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:812:9
|
812 | write!(f, "{:e}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:818:9
|
818 | write!(f, "{:E}", self.to_f32())
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:824:9
|
824 | write!(f, "{:b}", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:830:9
|
830 | write!(f, "{:o}", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:836:9
|
836 | write!(f, "{:x}", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:842:9
|
842 | write!(f, "{:X}", self.0)
| ^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:316:9
|
316 | assert_eq!(
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:343:9
|
343 | assert_eq!(
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:370:9
|
370 | assert_eq!(
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:397:9
|
397 | assert_eq!(
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:468:9
|
468 | assert_eq!(
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:481:9
|
481 | assert_eq!(
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:494:9
|
494 | assert_eq!(
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:507:9
|
507 | assert_eq!(
| ^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:305:23
|
305 | (0, 0) => FpCategory::Zero,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:306:23
|
306 | (0, _) => FpCategory::Subnormal,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:307:31
|
307 | (0x7F80u16, 0) => FpCategory::Infinite,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:308:31
|
308 | (0x7F80u16, _) => FpCategory::Nan,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:309:18
|
309 | _ => FpCategory::Normal,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1037:66
|
1037 | fn print_path_maybe_open_generics(&mut self) -> Result<bool, fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:567:45
|
567 | data: SmallVecData::from_inline(MaybeUninit::uninit()),
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1058:38
|
1058 | fn print_dyn_trait(&mut self) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:607:63
|
607 | let mut data = SmallVecData::<A>::from_inline(MaybeUninit::uninit());
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1082:50
|
1082 | fn print_const(&mut self, in_value: bool) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:610:17
|
610 | ptr::copy_nonoverlapping(vec.as_ptr(), data.inline_mut(), len);
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:619:30
|
619 | Some(Ordering::Equal)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:621:30
|
621 | Some(Ordering::Greater)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:619:13
|
619 | mem::forget(vec);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:626:30
|
626 | Some(Ordering::Equal)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:643:45
|
643 | data: SmallVecData::from_inline(MaybeUninit::new(buf)),
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:628:30
|
628 | Some(Ordering::Less)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:662:55
|
662 | unsafe { SmallVec::from_buf_and_len_unchecked(MaybeUninit::new(buf), len) }
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:701:12
|
701 | if mem::size_of::<A::Item>() > 0 {
| ^^^ use of undeclared crate or module `mem`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:714:13
|
714 | core::usize::MAX
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `iter`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1127:70
|
1127 | Some(c) => self.print_quoted_escaped_chars('\'', iter::once(c))?,
| ^^^^ use of undeclared crate or module `iter`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:816:31
|
816 | let range_slice = slice::from_raw_parts_mut(self.as_mut_ptr().add(start), end - start);
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared type `NonNull`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:822:22
|
822 | vec: NonNull::from(self),
| ^^^^^^^ use of undeclared type `NonNull`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:838:13
|
838 | ptr::write(ptr.add(*len), value);
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1211:51
|
1211 | fn print_const_uint(&mut self, ty_tag: u8) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1234:46
|
1234 | fn print_const_str_literal(&mut self) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:853:18
|
853 | Some(ptr::read(ptr.add(last_index)))
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:896:55
|
896 | self.data = SmallVecData::from_inline(MaybeUninit::uninit());
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0405]: cannot find trait `AddAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/algo.rs:124:6
|
124 | impl AddAssign<Self> for U32X4 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RemAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/algo.rs:132:6
|
132 | impl RemAssign<u32> for U32X4 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `MulAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/algo.rs:140:6
|
140 | impl MulAssign<u32> for U32X4 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs:147:6
|
147 | impl Default for Adler32 {
| ^^^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:897:17
|
897 | ptr::copy_nonoverlapping(ptr, self.data.inline_mut(), len);
| ^^^ use of undeclared crate or module `ptr`
error[E0405]: cannot find trait `Hasher` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs:154:6
|
154 | impl Hasher for Adler32 {
| ^^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `NonNull`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:905:33
|
905 | new_alloc = NonNull::new(alloc::alloc::alloc(layout))
| ^^^^^^^ use of undeclared type `NonNull`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:210:10
|
210 | impl<'a> fmt::Display for DemangleStyle<'a> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:909:21
|
909 | ptr::copy_nonoverlapping(ptr, new_alloc, len);
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:211:27
|
211 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:211:46
|
211 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:213:45
|
213 | DemangleStyle::Legacy(ref d) => fmt::Display::fmt(d, f),
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:214:41
|
214 | DemangleStyle::V0(ref d) => fmt::Display::fmt(d, f),
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:230:21
|
230 | impl<F: fmt::Write> fmt::Write for SizeLimitedFmtAdapter<F> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:230:9
|
230 | impl<F: fmt::Write> fmt::Write for SizeLimitedFmtAdapter<F> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:231:41
|
231 | fn write_str(&mut self, s: &str) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
Some errors have detailed explanations: E0405, E0463.
error[E0433]: failed to resolve: use of undeclared type `NonNull`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:916:33
|
916 | new_alloc = NonNull::new(new_ptr)
| ^^^^^^^ use of undeclared type `NonNull`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:238:44
|
238 | Err(SizeLimitExhausted) => Err(fmt::Error),
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:243:10
|
243 | impl<'a> fmt::Display for Demangle<'a> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:244:27
|
244 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:244:46
|
244 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:278:10
|
278 | impl<'a> fmt::Debug for Demangle<'a> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:279:27
|
279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:279:46
|
279 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:280:9
|
280 | fmt::Display::fmt(self, f)
| ^^^ use of undeclared crate or module `fmt`
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:49:29
|
49 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ()> {
| ^^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Add`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:769:28
|
769 | type Output = <bf16 as Add<bf16>>::Output;
| ^^^ use of undeclared type `Add`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:63:16
|
63 | return Err(());
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:68:16
|
68 | return Err(());
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:77:20
|
77 | return Err(());
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:80:19
|
80 | while let Some(d) = c.to_digit(10) {
| ^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Add`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:778:28
|
778 | type Output = <bf16 as Add<bf16>>::Output;
| ^^^ use of undeclared type `Add`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:97:5
|
97 | Ok((Demangle { inner, elements }, chars.as_str()))
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:130:28
|
130 | if let Some('.') = rest[1..].chars().next() {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:138:57
|
138 | let (escape, after_escape) = if let Some(end) = rest[1..].find('$') {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:165:47
|
165 | ... if let (true, Some(c)) = (all_lower_hex, c) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:179:31
|
179 | } else if let Some(i) = rest.find(|c| c == '$' || c == '.') {
| ^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Add`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:787:28
|
787 | type Output = <bf16 as Add<bf16>>::Output;
| ^^^ use of undeclared type `Add`
error: could not compile `adler` due to 10 previous errors
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/legacy.rs:189:9
|
189 | Ok(())
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:37:29
|
37 | pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:52:16
|
52 | return Err(ParseError::Invalid);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:58:21
|
58 | _ => return Err(ParseError::Invalid),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:63:16
|
63 | return Err(ParseError::Invalid);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:69:21
|
69 | parser: Ok(parser),
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:70:18
|
70 | out: None,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:86:12
|
86 | if let Some(&(b'A'..=b'Z')) = parser.sym.as_bytes().get(parser.next) {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:90:5
|
90 | Ok((Demangle { inner }, &parser.sym[parser.next..]))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:96:21
|
96 | parser: Ok(Parser {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:101:18
|
101 | out: Some(f),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:121:37
|
121 | fn try_small_punycode_decode<F: FnOnce(&[char]) -> R, R>(&self, f: F) -> Option<R> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:121:78
|
121 | fn try_small_punycode_decode<F: FnOnce(&[char]) -> R, R>(&self, f: F) -> Option<R> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:140:13
|
140 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:143:13
|
143 | Some(f(&out[..out_len]))
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:145:13
|
145 | None
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:152:27
|
152 | fn punycode_decode<F: FnMut(usize, char) -> Result<(), ()>>(
| ^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:987:55
|
987 | self.data = SmallVecData::from_inline(MaybeUninit::uninit());
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:152:49
|
152 | fn punycode_decode<F: FnMut(usize, char) -> Result<(), ()>>(
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:155:10
|
155 | ) -> Result<(), ()> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:158:20
|
158 | return Err(());
| ^^^ not found in this scope
error[E0425]: cannot find function `min` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:188:25
|
188 | let t = min(max(k.saturating_sub(bias), t_min), t_max);
| ^^^ not found in this scope
error[E0425]: cannot find function `max` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:188:29
|
188 | let t = min(max(k.saturating_sub(bias), t_min), t_max);
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:191:21
|
191 | Some(d @ b'a'..=b'z') => d - b'a',
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:192:21
|
192 | Some(d @ b'0'..=b'9') => 26 + (d - b'0'),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:193:33
|
193 | _ => return Err(()),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:213:24
|
213 | return Err(());
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:222:24
|
222 | return Ok(());
| ^^ help: a local variable with a similar name exists: `k`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:246:13
|
246 | Ok(())
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:277:33
|
277 | fn try_parse_uint(&self) -> Option<u64> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:281:20
|
281 | return None;
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:288:9
|
288 | Some(v)
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:293:38
|
293 | fn try_parse_str_chars(&self) -> Option<impl Iterator<Item = char> + 's> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:293:50
|
293 | fn try_parse_str_chars(&self) -> Option<impl Iterator<Item = char> + 's> {
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:295:20
|
295 | return None;
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:315:46
|
315 | bytes.next().map(|first_byte| -> Result<char, ()> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:321:58
|
321 | fn utf8_len_from_first_byte(byte: u8) -> Result<usize, Utf8FirstByteError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:323:40
|
323 | 0x00..=0x7f => Ok(1),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:324:40
|
324 | 0x80..=0xbf => Err(Utf8FirstByteError::ContinuationByte),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:325:40
|
325 | 0xc0..=0xdf => Ok(2),
| ^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:988:17
|
988 | ptr::copy_nonoverlapping(ptr, self.data.inline_mut(), len);
| ^^^ use of undeclared crate or module `ptr`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:326:40
|
326 | 0xe0..=0xef => Ok(3),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:327:40
|
327 | 0xf0..=0xf7 => Ok(4),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:328:40
|
328 | 0xf8..=0xff => Err(Utf8FirstByteError::TooLong),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:347:22
|
347 | (Some(c), None) => Ok(c),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:347:40
|
347 | (Some(c), None) => Ok(c),
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:363:13
|
363 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:365:13
|
365 | Some(chars.map(Result::unwrap))
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:370:27
|
370 | fn basic_type(tag: u8) -> Option<&'static str> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:371:5
|
371 | Some(match tag {
| ^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Sub`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:818:28
|
818 | type Output = <bf16 as Sub<bf16>>::Output;
| ^^^ use of undeclared type `Sub`
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:394:21
|
394 | _ => return None,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:405:33
|
405 | fn push_depth(&mut self) -> Result<(), ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:408:13
|
408 | Err(ParseError::RecursedTooDeep)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:410:13
|
410 | Ok(())
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:418:23
|
418 | fn peek(&self) -> Option<u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:423:27
|
423 | if self.peek() == Some(b) {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:431:27
|
431 | fn next(&mut self) -> Result<u8, ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:434:9
|
434 | Ok(b)
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:437:34
|
437 | fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:443:29
|
443 | _ => return Err(ParseError::Invalid),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:446:9
|
446 | Ok(HexNibbles {
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:451:31
|
451 | fn digit_10(&mut self) -> Result<u8, ParseError> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:453:13
|
453 | Some(d @ b'0'..=b'9') => d - b'0',
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:454:25
|
454 | _ => return Err(ParseError::Invalid),
| ^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1010:17
|
1010 | ptr::drop_in_place(ptr.add(last_index));
| ^^^ use of undeclared crate or module `ptr`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:457:9
|
457 | Ok(d)
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:460:31
|
460 | fn digit_62(&mut self) -> Result<u8, ParseError> {
| ^^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Sub`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:827:28
|
827 | type Output = <bf16 as Sub<bf16>>::Output;
| ^^^ use of undeclared type `Sub`
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:462:13
|
462 | Some(d @ b'0'..=b'9') => d - b'0',
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:463:13
|
463 | Some(d @ b'a'..=b'z') => 10 + (d - b'a'),
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:464:13
|
464 | Some(d @ b'A'..=b'Z') => 10 + 26 + (d - b'A'),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:465:25
|
465 | _ => return Err(ParseError::Invalid),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:468:9
|
468 | Ok(d)
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:471:33
|
471 | fn integer_62(&mut self) -> Result<u64, ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:473:20
|
473 | return Ok(0);
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:485:46
|
485 | fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:487:20
|
487 | return Ok(0);
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:492:36
|
492 | fn disambiguator(&mut self) -> Result<u64, ParseError> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:496:32
|
496 | fn namespace(&mut self) -> Result<Option<char>, ParseError> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:496:39
|
496 | fn namespace(&mut self) -> Result<Option<char>, ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:499:33
|
499 | ns @ b'A'..=b'Z' => Ok(Some(ns as char)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:499:36
|
499 | ns @ b'A'..=b'Z' => Ok(Some(ns as char)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:502:28
|
502 | b'a'..=b'z' => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:502:31
|
502 | b'a'..=b'z' => Ok(None),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:504:18
|
504 | _ => Err(ParseError::Invalid),
| ^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Sub`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:836:28
|
836 | type Output = <bf16 as Sub<bf16>>::Output;
| ^^^ use of undeclared type `Sub`
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:508:30
|
508 | fn backref(&mut self) -> Result<Parser<'s>, ParseError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:512:20
|
512 | return Err(ParseError::Invalid);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:520:9
|
520 | Ok(new_parser)
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:523:28
|
523 | fn ident(&mut self) -> Result<Ident<'s>, ParseError> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:527:23
|
527 | while let Ok(d) = self.digit_10() {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:539:20
|
539 | return Err(ParseError::Invalid);
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:546:17
|
546 | Some(i) => Ident {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:556:24
|
556 | return Err(ParseError::Invalid);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:558:13
|
558 | Ok(ident)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:560:13
|
560 | Ok(Ident {
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:573:13
|
573 | parser: Result<Parser<'s>, ParseError>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:576:10
|
576 | out: Option<&'a mut fmt::Formatter<'b>>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:636:51
|
636 | self.parser.as_mut().map(|p| p.eat(b)) == Ok(true)
| ^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:644:12
|
644 | F: FnOnce(&mut Self) -> fmt::Result,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:656:12
|
656 | F: FnOnce(&mut Self) -> fmt::Result,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
658 | let backref_parser = parse!(self, backref);
| --------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
658 | let backref_parser = parse!(self, backref);
| --------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
658 | let backref_parser = parse!(self, backref);
| --------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1059:24
|
1059 | let item = ptr::read(ptr);
| ^^^ use of undeclared crate or module `ptr`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
658 | let backref_parser = parse!(self, backref);
| --------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
658 | let backref_parser = parse!(self, backref);
| --------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
658 | let backref_parser = parse!(self, backref);
| --------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:661:20
|
661 | return Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:664:58
|
664 | let orig_parser = mem::replace(&mut self.parser, Ok(backref_parser));
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:671:16
|
671 | if let Ok(ref mut parser) = self.parser {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:679:16
|
679 | if let Some(out) = &mut self.out {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:682:9
|
682 | Ok(())
| ^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:691:21
|
691 | chars: impl Iterator<Item = char>,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:693:16
|
693 | if let Some(out) = &mut self.out {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:711:9
|
711 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:720:20
|
720 | return Ok(());
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:728:13
|
728 | Some(depth) => {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
739 | None => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
739 | None => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:748:12
|
748 | F: FnOnce(&mut Self) -> fmt::Result,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
750 | let bound_lifetimes = parse!(self, opt_integer_62(b'G'));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
750 | let bound_lifetimes = parse!(self, opt_integer_62(b'G'));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
750 | let bound_lifetimes = parse!(self, opt_integer_62(b'G'));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1060:13
|
1060 | ptr::copy(ptr.add(1), ptr, len - index - 1);
| ^^^ use of undeclared crate or module `ptr`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
750 | let bound_lifetimes = parse!(self, opt_integer_62(b'G'));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
750 | let bound_lifetimes = parse!(self, opt_integer_62(b'G'));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
750 | let bound_lifetimes = parse!(self, opt_integer_62(b'G'));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Fn` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:782:12
|
782 | F: Fn(&mut Self) -> fmt::Result,
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:780:57
|
780 | fn print_sep_list<F>(&mut self, f: F, sep: &str) -> Result<usize, fmt::Error>
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:792:9
|
792 | Ok(i)
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
796 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
796 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
796 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
796 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Mul`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:867:28
|
867 | type Output = <bf16 as Mul<bf16>>::Output;
| ^^^ use of undeclared type `Mul`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
796 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
796 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
798 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1077:13
|
1077 | ptr::copy(ptr, ptr.add(1), len - index);
| ^^^ use of undeclared crate or module `ptr`
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
798 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
798 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
798 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Mul`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:876:28
|
876 | type Output = <bf16 as Mul<bf16>>::Output;
| ^^^ use of undeclared type `Mul`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
798 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
798 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
801 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
801 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
801 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
801 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
801 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
801 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
802 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
802 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
802 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
802 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
802 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Mul`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:885:28
|
885 | type Output = <bf16 as Mul<bf16>>::Output;
| ^^^ use of undeclared type `Mul`
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
802 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1078:13
|
1078 | ptr::write(ptr, element);
| ^^^ use of undeclared crate or module `ptr`
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:805:24
|
805 | if let Some(out) = &mut self.out {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
814 | let ns = parse!(self, namespace);
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
814 | let ns = parse!(self, namespace);
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
814 | let ns = parse!(self, namespace);
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
814 | let ns = parse!(self, namespace);
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
814 | let ns = parse!(self, namespace);
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
814 | let ns = parse!(self, namespace);
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
827 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
827 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
827 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
827 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
827 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
827 | let dis = parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
828 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
828 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
828 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
828 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
828 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
828 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:832:21
|
832 | Some(ns) => {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
860 | parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
860 | parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
860 | parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
860 | parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
860 | parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
860 | parse!(self, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
884 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
884 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:888:9
|
888 | Ok(())
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
893 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
893 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
893 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1105:13
|
1105 | ptr::copy(ptr, ptr.add(lower_size_bound), old_len - index);
| ^^^ use of undeclared crate or module `ptr`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
893 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
893 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
893 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Div`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:916:28
|
916 | type Output = <bf16 as Div<bf16>>::Output;
| ^^^ use of undeclared type `Div`
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
903 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
903 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
903 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
903 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
903 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
903 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:905:16
|
905 | if let Some(ty) = basic_type(tag) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
909 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
909 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
909 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
909 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Div`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:925:28
|
925 | type Output = <bf16 as Div<bf16>>::Output;
| ^^^ use of undeclared type `Div`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
909 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
909 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
915 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
915 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
915 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
915 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
915 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
915 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:958:25
|
958 | Some("C")
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
960 | let abi = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
960 | let abi = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Div`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:934:28
|
934 | type Output = <bf16 as Div<bf16>>::Output;
| ^^^ use of undeclared type `Div`
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
960 | let abi = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
960 | let abi = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
960 | let abi = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
960 | let abi = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
962 | invalid!(this);
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
962 | invalid!(this);
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:964:25
|
964 | Some(abi.ascii)
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:967:21
|
967 | None
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:974:24
|
974 | if let Some(abi) = abi {
| ^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1121:17
|
1121 | ptr::write(cur, element);
| ^^^ use of undeclared crate or module `ptr`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1000:17
|
1000 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1006:21
|
1006 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1010 | invalid!(self);
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
1010 | invalid!(self);
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1012 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1012 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1012 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1012 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1012 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1012 | let lt = parse!(self, integer_62);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1029:9
|
1029 | Ok(())
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1037:53
|
1037 | fn print_path_maybe_open_generics(&mut self) -> Result<bool, fmt::Error> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1044:17
|
1044 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1046:13
|
1046 | Ok(open)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1051:13
|
1051 | Ok(true)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1054:13
|
1054 | Ok(false)
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1069 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1069 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1069 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1069 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1069 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1128:17
|
1128 | ptr::copy(
| ^^^ use of undeclared crate or module `ptr`
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1069 | let name = parse!(self, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1079:9
|
1079 | Ok(())
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1083 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1083 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1083 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1083 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1083 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1083 | let tag = parse!(self, next);
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1085 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1085 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1085 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Rem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:965:28
|
965 | type Output = <bf16 as Rem<bf16>>::Output;
| ^^^ use of undeclared type `Rem`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1085 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1085 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1085 | parse!(self, push_depth);
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1097:24
|
1097 | return Ok(());
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1116 | b'b' => match parse!(self, hex_nibbles).try_parse_uint() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1116 | b'b' => match parse!(self, hex_nibbles).try_parse_uint() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1136:13
|
1136 | mem::forget(guard);
| ^^^ use of undeclared crate or module `mem`
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1116 | b'b' => match parse!(self, hex_nibbles).try_parse_uint() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1116 | b'b' => match parse!(self, hex_nibbles).try_parse_uint() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Rem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:974:28
|
974 | type Output = <bf16 as Rem<bf16>>::Output;
| ^^^ use of undeclared type `Rem`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1116 | b'b' => match parse!(self, hex_nibbles).try_parse_uint() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1116 | b'b' => match parse!(self, hex_nibbles).try_parse_uint() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1117:17
|
1117 | Some(0) => self.print("false")?,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1118:17
|
1118 | Some(1) => self.print("true")?,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1119 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
1119 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1122 | let valid_char = parse!(self, hex_nibbles)
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1122 | let valid_char = parse!(self, hex_nibbles)
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1122 | let valid_char = parse!(self, hex_nibbles)
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1122 | let valid_char = parse!(self, hex_nibbles)
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Rem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:983:28
|
983 | type Output = <bf16 as Rem<bf16>>::Output;
| ^^^ use of undeclared type `Rem`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1122 | let valid_char = parse!(self, hex_nibbles)
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1122 | let valid_char = parse!(self, hex_nibbles)
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1127:21
|
1127 | Some(c) => self.print_quoted_escaped_chars('\'', iter::once(c))?,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1128 | None => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
1128 | None => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1173 | match parse!(self, next) {
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1173 | match parse!(self, next) {
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1173 | match parse!(self, next) {
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `ManuallyDrop`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:319:20
|
319 | value: ManuallyDrop::new(v),
| ^^^^^^^^^^^^ use of undeclared type `ManuallyDrop`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1173 | match parse!(self, next) {
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1173 | match parse!(self, next) {
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1173 | match parse!(self, next) {
| ------------------ in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1184 | parse!(this, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1184 | parse!(this, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1184 | parse!(this, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1184 | parse!(this, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1184 | parse!(this, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1184 | parse!(this, disambiguator);
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1185 | let name = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1185 | let name = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1185 | let name = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1185 | let name = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1185 | let name = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1185 | let name = parse!(this, ident);
| ------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1194 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
1194 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1200 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
1200 | _ => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1208:9
|
1208 | Ok(())
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1212 | let hex = parse!(self, hex_nibbles);
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1212 | let hex = parse!(self, hex_nibbles);
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1212 | let hex = parse!(self, hex_nibbles);
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1212 | let hex = parse!(self, hex_nibbles);
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1212 | let hex = parse!(self, hex_nibbles);
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1212 | let hex = parse!(self, hex_nibbles);
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1215:13
|
1215 | Some(v) => self.print(v)?,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1224:16
|
1224 | if let Some(out) = &mut self.out {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1231:9
|
1231 | Ok(())
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:619:13
|
619 | Ok(ref mut parser) => match parser.$method($($($arg),*)*) {
| ^^ not found in this scope
...
1235 | match parse!(self, hex_nibbles).try_parse_str_chars() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:620:17
|
620 | Ok(x) => x,
| ^^ not found in this scope
...
1235 | match parse!(self, hex_nibbles).try_parse_str_chars() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:621:17
|
621 | Err(err) => {
| ^^^ not found in this scope
...
1235 | match parse!(self, hex_nibbles).try_parse_str_chars() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:623:39
|
623 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1235 | match parse!(self, hex_nibbles).try_parse_str_chars() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:624:28
|
624 | return Ok(());
| ^^ not found in this scope
...
1235 | match parse!(self, hex_nibbles).try_parse_str_chars() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1156:29
|
1156 | ... ptr::drop_in_place(self.start.add(i));
| ^^^ use of undeclared crate or module `ptr`
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:627:13
|
627 | Err(_) => return $printer.print("?"),
| ^^^ not found in this scope
...
1235 | match parse!(self, hex_nibbles).try_parse_str_chars() {
| ------------------------- in this macro invocation
|
= note: this error originates in the macro `parse` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:1236:13
|
1236 | Some(chars) => self.print_quoted_escaped_chars('"', chars),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:602:27
|
602 | $printer.parser = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
...
1237 | None => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/v0.rs:603:16
|
603 | return Ok(());
| ^^ not found in this scope
...
1237 | None => invalid!(self),
| -------------- in this macro invocation
|
= note: this error originates in the macro `invalid` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:66:12
|
66 | style: Option<DemangleStyle<'a>>,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:96:12
|
96 | if let Some(i) = s.find(llvm) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:110:9
|
110 | Ok((d, s)) => {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:112:13
|
112 | Some(DemangleStyle::Legacy(d))
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:114:9
|
114 | Err(()) => match v0::demangle(s) {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:115:13
|
115 | Ok((d, s)) => {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:117:17
|
117 | Some(DemangleStyle::V0(d))
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:124:13
|
124 | Err(v0::ParseError::Invalid) | Err(v0::ParseError::RecursedTooDeep) => None,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:124:44
|
124 | Err(v0::ParseError::Invalid) | Err(v0::ParseError::RecursedTooDeep) => None,
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:124:84
|
124 | Err(v0::ParseError::Invalid) | Err(v0::ParseError::RecursedTooDeep) => None,
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:136:21
|
136 | style = None;
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:167:33
|
167 | pub fn try_demangle(s: &str) -> Result<Demangle, TryDemangleError> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:170:9
|
170 | Ok(sym)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:172:9
|
172 | Err(TryDemangleError { _priv: () })
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:226:16
|
226 | remaining: Result<usize, SizeLimitExhausted>,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:237:13
|
237 | Ok(_) => self.inner.write_str(s),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:238:13
|
238 | Err(SizeLimitExhausted) => Err(fmt::Error),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:238:40
|
238 | Err(SizeLimitExhausted) => Err(fmt::Error),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:247:13
|
247 | Some(ref d) => {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:250:32
|
250 | remaining: Ok(MAX_SIZE),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:264:22
|
264 | (Err(_), Err(SizeLimitExhausted)) => f.write_str("{size limit reached}")?,
| ^^^ not found in this scope
error[E0463]: can't find crate for `alloc`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/lib.rs:41:1
|
41 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^ can't find crate
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs:264:30
|
264 | (Err(_), Err(SizeLimitExhausted)) => f.write_str("{size limit reached}")?,
| ^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1170:25
|
1170 | let v = Vec::from_raw_parts(ptr, len, self.capacity);
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1171:17
|
1171 | mem::forget(self);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:399:23
|
399 | (0, 0) => FpCategory::Zero,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:400:23
|
400 | (0, _) => FpCategory::Subnormal,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:401:31
|
401 | (0x7C00u16, 0) => FpCategory::Infinite,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:402:31
|
402 | (0x7C00u16, _) => FpCategory::Nan,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared type `FpCategory`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:403:18
|
403 | _ => FpCategory::Normal,
| ^^^^^^^^^^ use of undeclared type `FpCategory`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1197:28
|
1197 | let data = ptr::read(&self.data);
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1198:17
|
1198 | mem::forget(self);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1252:25
|
1252 | mem::swap(&mut *p_r, &mut *p_w);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:713:30
|
713 | Some(Ordering::Equal)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:715:30
|
715 | Some(Ordering::Greater)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:720:30
|
720 | Some(Ordering::Equal)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:722:30
|
722 | Some(Ordering::Less)
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:124:22
|
124 | network: Vec::with_capacity(netsize),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1420:52
|
1420 | let mut data: MaybeUninit<A> = MaybeUninit::uninit();
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1421:21
|
1421 | ptr::copy_nonoverlapping(
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1432:13
|
1432 | mem::forget(b);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1453:13
|
1453 | ptr::copy(ptr, ptr.add(slice.len()), len - index);
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared type `ManuallyDrop`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:320:21
|
320 | dropfn: ManuallyDrop::new(dropfn),
| ^^^^^^^^^^^^ use of undeclared type `ManuallyDrop`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1454:13
|
1454 | ptr::copy_nonoverlapping(slice_ptr, ptr, slice.len());
| ^^^ use of undeclared crate or module `ptr`
error: could not compile `rustc-demangle` due to 403 previous errors
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1506:23
|
1506 | ::core::ptr::write(ptr.add(i), elem.clone());
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `ops`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1515:16
|
1515 | impl<A: Array> ops::Deref for SmallVec<A> {
| ^^^ use of undeclared crate or module `ops`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1521:13
|
1521 | slice::from_raw_parts(ptr, len)
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared crate or module `ops`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1526:16
|
1526 | impl<A: Array> ops::DerefMut for SmallVec<A> {
| ^^^ use of undeclared crate or module `ops`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1531:13
|
1531 | slice::from_raw_parts_mut(ptr, len)
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared crate or module `ops`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1696:42
|
1696 | impl<A: Array, I: SliceIndex<[A::Item]>> ops::Index<I> for SmallVec<A> {
| ^^^ use of undeclared crate or module `ops`
error[E0433]: failed to resolve: use of undeclared crate or module `ops`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1704:42
|
1704 | impl<A: Array, I: SliceIndex<[A::Item]>> ops::IndexMut<I> for SmallVec<A> {
| ^^^ use of undeclared crate or module `ops`
error[E0433]: failed to resolve: use of undeclared type `Add`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:865:27
|
865 | type Output = <f16 as Add<f16>>::Output;
| ^^^ use of undeclared type `Add`
error[E0433]: failed to resolve: use of undeclared type `Add`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:874:27
|
874 | type Output = <f16 as Add<f16>>::Output;
| ^^^ use of undeclared type `Add`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:125:23
|
125 | colormap: Vec::with_capacity(netsize),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Add`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:883:27
|
883 | type Output = <f16 as Add<f16>>::Output;
| ^^^ use of undeclared type `Add`
error[E0433]: failed to resolve: use of undeclared type `Sub`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:915:27
|
915 | type Output = <f16 as Sub<f16>>::Output;
| ^^^ use of undeclared type `Sub`
error[E0433]: failed to resolve: use of undeclared type `Sub`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:924:27
|
924 | type Output = <f16 as Sub<f16>>::Output;
| ^^^ use of undeclared type `Sub`
error[E0433]: failed to resolve: use of undeclared type `Sub`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:933:27
|
933 | type Output = <f16 as Sub<f16>>::Output;
| ^^^ use of undeclared type `Sub`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1740:21
|
1740 | ptr::write(ptr.add(len.get()), out);
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1754:16
|
1754 | impl<A: Array> fmt::Debug for SmallVec<A>
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1756:14
|
1756 | A::Item: fmt::Debug,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1758:27
|
1758 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1758:50
|
1758 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared type `Mul`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:965:27
|
965 | type Output = <f16 as Mul<f16>>::Output;
| ^^^ use of undeclared type `Mul`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1790:17
|
1790 | Vec::from_raw_parts(ptr, len, self.capacity);
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Mul`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:974:27
|
974 | type Output = <f16 as Mul<f16>>::Output;
| ^^^ use of undeclared type `Mul`
error[E0433]: failed to resolve: use of undeclared type `Mul`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:983:27
|
983 | type Output = <f16 as Mul<f16>>::Output;
| ^^^ use of undeclared type `Mul`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1792:17
|
1792 | ptr::drop_in_place(&mut self[..]);
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared type `Div`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1015:27
|
1015 | type Output = <f16 as Div<f16>>::Output;
| ^^^ use of undeclared type `Div`
error[E0433]: failed to resolve: use of undeclared type `Div`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1024:27
|
1024 | type Output = <f16 as Div<f16>>::Output;
| ^^^ use of undeclared type `Div`
error[E0433]: failed to resolve: use of undeclared type `Div`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1033:27
|
1033 | type Output = <f16 as Div<f16>>::Output;
| ^^^ use of undeclared type `Div`
error[E0433]: failed to resolve: use of undeclared type `Rem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1065:27
|
1065 | type Output = <f16 as Rem<f16>>::Output;
| ^^^ use of undeclared type `Rem`
error[E0433]: failed to resolve: use of undeclared type `Rem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1074:27
|
1074 | type Output = <f16 as Rem<f16>>::Output;
| ^^^ use of undeclared type `Rem`
error[E0433]: failed to resolve: use of undeclared type `Rem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1083:27
|
1083 | type Output = <f16 as Rem<f16>>::Output;
| ^^^ use of undeclared type `Rem`
error[E0433]: failed to resolve: use of undeclared crate or module `cmp`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1840:58
|
1840 | fn partial_cmp(&self, other: &SmallVec<A>) -> Option<cmp::Ordering> {
| ^^^ use of undeclared crate or module `cmp`
error[E0433]: failed to resolve: use of undeclared type `PartialOrd`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1841:9
|
1841 | PartialOrd::partial_cmp(&**self, &**other)
| ^^^^^^^^^^ use of undeclared type `PartialOrd`
error[E0433]: failed to resolve: use of undeclared crate or module `cmp`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1850:43
|
1850 | fn cmp(&self, other: &SmallVec<A>) -> cmp::Ordering {
| ^^^ use of undeclared crate or module `cmp`
error[E0433]: failed to resolve: use of undeclared type `Ord`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1851:9
|
1851 | Ord::cmp(&**self, &**other)
| ^^^ use of undeclared type `Ord`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:303:18
|
303 | unsafe { slice::from_raw_parts(pointer, length) }
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:312:18
|
312 | unsafe { slice::from_raw_parts_mut(pointer, length) }
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1877:16
|
1877 | impl<A: Array> fmt::Debug for IntoIter<A>
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1879:14
|
1879 | A::Item: fmt::Debug,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1881:27
|
1881 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1881:50
|
1881 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:455:18
|
455 | unsafe { slice::from_raw_parts(pointer, length) }
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:127:19
|
127 | bias: Vec::with_capacity(netsize),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:464:18
|
464 | unsafe { slice::from_raw_parts_mut(pointer, length) }
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:555:18
|
555 | unsafe { slice::from_raw_parts(pointer, length) }
| ^^^^^ use of undeclared crate or module `slice`
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/slice.rs:567:18
|
567 | unsafe { slice::from_raw_parts_mut(pointer, length) }
| ^^^^^ use of undeclared crate or module `slice`
error[E0412]: cannot find type `FpCategory` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:301:36
|
301 | pub const fn classify(self) -> FpCategory {
| ^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:568:6
|
568 | impl From<bf16> for f32 {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:575:6
|
575 | impl From<bf16> for f64 {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:582:6
|
582 | impl From<i8> for bf16 {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:590:6
|
590 | impl From<u8> for bf16 {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:598:6
|
598 | impl PartialEq for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialOrd` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:608:6
|
608 | impl PartialOrd for bf16 {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:609:44
|
609 | fn partial_cmp(&self, other: &bf16) -> Option<Ordering> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Ordering` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:609:51
|
608 | impl PartialOrd for bf16 {
| - help: you might be missing a type parameter: `<Ordering>`
609 | fn partial_cmp(&self, other: &bf16) -> Option<Ordering> {
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:611:13
|
611 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:616:35
|
616 | (false, false) => Some(self.0.cmp(&other.0)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:619:25
|
619 | Some(Ordering::Equal)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:621:25
|
621 | Some(Ordering::Greater)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:626:25
|
626 | Some(Ordering::Equal)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:628:25
|
628 | Some(Ordering::Less)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:631:33
|
631 | (true, true) => Some(other.0.cmp(&self.0)),
| ^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:352:25
|
352 | let value = ptr::read(&*guard.value);
| ^^^ use of undeclared crate or module `ptr`
error[E0405]: cannot find trait `FromStr` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:697:6
|
697 | impl FromStr for bf16 {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `ParseFloatError` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:698:16
|
698 | type Err = ParseFloatError;
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:699:31
|
699 | fn from_str(src: &str) -> Result<bf16, ParseFloatError> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `ParseFloatError` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:699:44
|
697 | impl FromStr for bf16 {
| - help: you might be missing a type parameter: `<ParseFloatError>`
698 | type Err = ParseFloatError;
699 | fn from_str(src: &str) -> Result<bf16, ParseFloatError> {
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:704:6
|
704 | impl Debug for bf16 {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:705:27
|
705 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:705:45
|
705 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:705:56
|
704 | impl Debug for bf16 {
| - help: you might be missing a type parameter: `<Error>`
705 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Display` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:710:6
|
710 | impl Display for bf16 {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:711:27
|
711 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:711:45
|
711 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:711:56
|
710 | impl Display for bf16 {
| - help: you might be missing a type parameter: `<Error>`
711 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `LowerExp` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:716:6
|
716 | impl LowerExp for bf16 {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:717:27
|
717 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:717:45
|
717 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:717:56
|
716 | impl LowerExp for bf16 {
| - help: you might be missing a type parameter: `<Error>`
717 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `UpperExp` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:722:6
|
722 | impl UpperExp for bf16 {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:723:27
|
723 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:723:45
|
723 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:723:56
|
722 | impl UpperExp for bf16 {
| - help: you might be missing a type parameter: `<Error>`
723 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Binary` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:728:6
|
728 | impl Binary for bf16 {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:729:27
|
729 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:28:5
|
28 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:729:45
|
729 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:729:56
|
728 | impl Binary for bf16 {
| - help: you might be missing a type parameter: `<Error>`
729 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:3:5
|
3 | use core::convert::TryInto;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Octal` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:734:6
|
734 | impl Octal for bf16 {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:735:27
|
735 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:4:5
|
4 | use core::fmt::Debug;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:735:45
|
735 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:735:56
|
734 | impl Octal for bf16 {
| - help: you might be missing a type parameter: `<Error>`
735 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `LowerHex` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:740:6
|
740 | impl LowerHex for bf16 {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:741:27
|
741 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:741:45
|
741 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:741:56
|
740 | impl LowerHex for bf16 {
| - help: you might be missing a type parameter: `<Error>`
741 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1912:22
|
1912 | Some(ptr::read(self.data.as_ptr().add(current)))
| ^^^ use of undeclared crate or module `ptr`
error[E0405]: cannot find trait `UpperHex` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:746:6
|
746 | impl UpperHex for bf16 {
| ^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:168:5
|
168 | use core::fmt::{self, Debug};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:747:27
|
747 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:747:45
|
747 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:747:56
|
746 | impl UpperHex for bf16 {
| - help: you might be missing a type parameter: `<Error>`
747 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Neg` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:752:6
|
752 | impl Neg for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:760:6
|
760 | impl Add for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:768:6
|
768 | impl Add<&bf16> for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:777:6
|
777 | impl Add<&bf16> for &bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:786:6
|
786 | impl Add<bf16> for &bf16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:169:5
|
169 | use core::result;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `AddAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:795:6
|
795 | impl AddAssign for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `AddAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:802:6
|
802 | impl AddAssign<&bf16> for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:809:6
|
809 | impl Sub for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:817:6
|
817 | impl Sub<&bf16> for bf16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2:5
|
2 | use core::cmp::{Ord, Ordering};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:826:6
|
826 | impl Sub<&bf16> for &bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:835:6
|
835 | impl Sub<bf16> for &bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `SubAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:844:6
|
844 | impl SubAssign for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `SubAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:851:6
|
851 | impl SubAssign<&bf16> for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:858:6
|
858 | impl Mul for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:866:6
|
866 | impl Mul<&bf16> for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:875:6
|
875 | impl Mul<&bf16> for &bf16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3:5
|
3 | use core::fmt::{self, Debug};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:884:6
|
884 | impl Mul<bf16> for &bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `MulAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:893:6
|
893 | impl MulAssign for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `MulAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:900:6
|
900 | impl MulAssign<&bf16> for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:907:6
|
907 | impl Div for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:915:6
|
915 | impl Div<&bf16> for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:924:6
|
924 | impl Div<&bf16> for &bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:933:6
|
933 | impl Div<bf16> for &bf16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:4:5
|
4 | use core::iter::FromIterator;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `DivAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:942:6
|
942 | impl DivAssign for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DivAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:949:6
|
949 | impl DivAssign<&bf16> for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:956:6
|
956 | impl Rem for bf16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:5:5
|
5 | use core::mem::{self, MaybeUninit};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:964:6
|
964 | impl Rem<&bf16> for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:973:6
|
973 | impl Rem<&bf16> for &bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:982:6
|
982 | impl Rem<bf16> for &bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `RemAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:991:6
|
991 | impl RemAssign for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RemAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:998:6
|
998 | impl RemAssign<&bf16> for bf16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Product` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1005:6
|
1005 | impl Product for bf16 {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1007:19
|
1007 | fn product<I: Iterator<Item = Self>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:6:5
|
6 | use core::num::Wrapping;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Product` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1012:10
|
1012 | impl<'a> Product<&'a bf16> for bf16 {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1014:19
|
1014 | fn product<I: Iterator<Item = &'a bf16>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sum` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1019:6
|
1019 | impl Sum for bf16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:7:5
|
7 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1021:15
|
1021 | fn sum<I: Iterator<Item = Self>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sum` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1026:10
|
1026 | impl<'a> Sum<&'a bf16> for bf16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/bfloat.rs:1028:15
|
1028 | fn sum<I: Iterator<Item = &'a bf16>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `FpCategory` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:395:36
|
395 | pub const fn classify(self) -> FpCategory {
| ^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:662:6
|
662 | impl From<f16> for f32 {
| ^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:5:5
|
5 | use core::ops::{Deref, Index, Range, RangeFrom, RangeTo};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:669:6
|
669 | impl From<f16> for f64 {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:676:6
|
676 | impl From<i8> for f16 {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:684:6
|
684 | impl From<u8> for f16 {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:692:6
|
692 | impl PartialEq for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialOrd` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:702:6
|
702 | impl PartialOrd for f16 {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:703:43
|
703 | fn partial_cmp(&self, other: &f16) -> Option<Ordering> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Ordering` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:703:50
|
702 | impl PartialOrd for f16 {
| - help: you might be missing a type parameter: `<Ordering>`
703 | fn partial_cmp(&self, other: &f16) -> Option<Ordering> {
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:705:13
|
705 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:710:35
|
710 | (false, false) => Some(self.0.cmp(&other.0)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:713:25
|
713 | Some(Ordering::Equal)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:715:25
|
715 | Some(Ordering::Greater)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:720:25
|
720 | Some(Ordering::Equal)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:722:25
|
722 | Some(Ordering::Less)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:725:33
|
725 | (true, true) => Some(other.0.cmp(&self.0)),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FromStr` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:791:6
|
791 | impl FromStr for f16 {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `ParseFloatError` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:792:16
|
792 | type Err = ParseFloatError;
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:6:5
|
6 | use core::str;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:793:31
|
793 | fn from_str(src: &str) -> Result<f16, ParseFloatError> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `ParseFloatError` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:793:43
|
791 | impl FromStr for f16 {
| - help: you might be missing a type parameter: `<ParseFloatError>`
792 | type Err = ParseFloatError;
793 | fn from_str(src: &str) -> Result<f16, ParseFloatError> {
| ^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:798:6
|
798 | impl Debug for f16 {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:799:27
|
799 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:2:5
|
2 | use core::convert::TryInto;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:799:45
|
799 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:799:56
|
798 | impl Debug for f16 {
| - help: you might be missing a type parameter: `<Error>`
799 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Display` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:804:6
|
804 | impl Display for f16 {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:805:27
|
805 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:805:45
|
805 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:3:5
|
3 | use core::fmt::Debug;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:805:56
|
804 | impl Display for f16 {
| - help: you might be missing a type parameter: `<Error>`
805 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1932:22
|
1932 | Some(ptr::read(self.data.as_ptr().add(self.end)))
| ^^^ use of undeclared crate or module `ptr`
error[E0405]: cannot find trait `LowerExp` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:810:6
|
810 | impl LowerExp for f16 {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:811:27
|
811 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:811:45
|
811 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:4:5
|
4 | use core::hash::Hash;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:811:56
|
810 | impl LowerExp for f16 {
| - help: you might be missing a type parameter: `<Error>`
811 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `UpperExp` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:816:6
|
816 | impl UpperExp for f16 {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:817:27
|
817 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:817:45
|
817 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:5:5
|
5 | use core::ops::{Add, AddAssign, Sub};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:817:56
|
816 | impl UpperExp for f16 {
| - help: you might be missing a type parameter: `<Error>`
817 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Binary` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:822:6
|
822 | impl Binary for f16 {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:823:27
|
823 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:823:45
|
823 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:823:56
|
822 | impl Binary for f16 {
| - help: you might be missing a type parameter: `<Error>`
823 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Octal` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:828:6
|
828 | impl Octal for f16 {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:829:27
|
829 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:829:45
|
829 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:829:56
|
828 | impl Octal for f16 {
| - help: you might be missing a type parameter: `<Error>`
829 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `LowerHex` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:834:6
|
834 | impl LowerHex for f16 {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:835:27
|
835 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:835:45
|
835 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:5:5
|
5 | use core::convert::TryFrom;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:835:56
|
834 | impl LowerHex for f16 {
| - help: you might be missing a type parameter: `<Error>`
835 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1945:18
|
1945 | unsafe { core::slice::from_raw_parts(self.data.as_ptr().add(self.current), len) }
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `UpperHex` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:840:6
|
840 | impl UpperHex for f16 {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Formatter` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:841:27
|
841 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:841:45
|
841 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Error` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:841:56
|
840 | impl UpperHex for f16 {
| - help: you might be missing a type parameter: `<Error>`
841 | fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error> {
| ^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:6:5
|
6 | use core::fmt::{self, Debug};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1951:18
|
1951 | unsafe { core::slice::from_raw_parts_mut(self.data.as_mut_ptr().add(self.current), len) }
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Neg` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:846:6
|
846 | impl Neg for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:855:6
|
855 | impl Add for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:864:6
|
864 | impl Add<&f16> for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:873:6
|
873 | impl Add<&f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:882:6
|
882 | impl Add<f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `AddAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:891:6
|
891 | impl AddAssign for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `AddAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:898:6
|
898 | impl AddAssign<&f16> for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:905:6
|
905 | impl Sub for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:914:6
|
914 | impl Sub<&f16> for f16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:7:5
|
7 | use core::iter::FromIterator;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:923:6
|
923 | impl Sub<&f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:932:6
|
932 | impl Sub<f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `SubAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:941:6
|
941 | impl SubAssign for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `SubAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:948:6
|
948 | impl SubAssign<&f16> for f16 {
| ^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:8:5
|
8 | use core::ops::Deref;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:955:6
|
955 | impl Mul for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:964:6
|
964 | impl Mul<&f16> for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:973:6
|
973 | impl Mul<&f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Mul` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:982:6
|
982 | impl Mul<f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `MulAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:991:6
|
991 | impl MulAssign for f16 {
| ^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:2:5
|
2 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `MulAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:998:6
|
998 | impl MulAssign<&f16> for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1005:6
|
1005 | impl Div for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1014:6
|
1014 | impl Div<&f16> for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1023:6
|
1023 | impl Div<&f16> for &f16 {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:3:5
|
3 | use core::num::{NonZeroU64, Wrapping};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Div` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1032:6
|
1032 | impl Div<f16> for &f16 {
| ^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1973:21
|
1973 | type IntoIter = slice::Iter<'a, A::Item>;
| ^^^^^ use of undeclared crate or module `slice`
error[E0405]: cannot find trait `DivAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1041:6
|
1041 | impl DivAssign for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DivAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1048:6
|
1048 | impl DivAssign<&f16> for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1055:6
|
1055 | impl Rem for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1064:6
|
1064 | impl Rem<&f16> for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1073:6
|
1073 | impl Rem<&f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Rem` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1082:6
|
1082 | impl Rem<f16> for &f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `RemAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1091:6
|
1091 | impl RemAssign for f16 {
| ^^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:4:5
|
4 | use core::result;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `RemAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1098:6
|
1098 | impl RemAssign<&f16> for f16 {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Product` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1105:6
|
1105 | impl Product for f16 {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1107:19
|
1107 | fn product<I: Iterator<Item = Self>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Product` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1112:10
|
1112 | impl<'a> Product<&'a f16> for f16 {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1114:19
|
1114 | fn product<I: Iterator<Item = &'a f16>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared crate or module `slice`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1981:21
|
1981 | type IntoIter = slice::IterMut<'a, A::Item>;
| ^^^^^ use of undeclared crate or module `slice`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/lookup.rs:1:5
|
1 | use core::marker::PhantomData;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0405]: cannot find trait `Sum` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1119:6
|
1119 | impl Sum for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1121:15
|
1121 | fn sum<I: Iterator<Item = Self>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sum` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1126:10
|
1126 | impl<'a> Sum<&'a f16> for f16 {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/binary16.rs:1128:15
|
1128 | fn sum<I: Iterator<Item = &'a f16>>(iter: I) -> Self {
| ^^^^^^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:4:5
|
4 | use core::mem;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:3:5
|
3 | use core::cell::Cell;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:4:5
|
4 | use core::ops::{Range, RangeFrom, RangeTo};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:5:5
|
5 | use core::{u16, u8};
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:128:19
|
128 | freq: Vec::with_capacity(netsize),
| ^^^ use of undeclared type `Vec`
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:270:39
|
270 | impl<T: Clone> ExtendFromSlice<T> for Vec<T> {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:270:9
|
270 | impl<T: Clone> ExtendFromSlice<T> for Vec<T> {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Layout` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:284:17
|
284 | layout: Layout,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:295:6
|
295 | impl From<LayoutErr> for CollectionAllocErr {
| ^^^^ not found in this scope
error[E0412]: cannot find type `LayoutErr` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:295:11
|
295 | impl From<LayoutErr> for CollectionAllocErr {
| - ^^^^^^^^^ not found in this scope
| |
| help: you might be missing a type parameter: `<LayoutErr>`
error[E0412]: cannot find type `LayoutErr` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:296:16
|
296 | fn from(_: LayoutErr) -> Self {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:301:26
|
301 | fn infallible<T>(result: Result<T, CollectionAllocErr>) -> T {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:303:9
|
303 | Ok(x) => x,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:304:9
|
304 | Err(CollectionAllocErr::CapacityOverflow) => panic!("capacity overflow"),
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/value.rs:3:5
|
3 | use core::mem;
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:305:9
|
305 | Err(CollectionAllocErr::AllocErr { layout }) => alloc::alloc::handle_alloc_error(layout),
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:311:33
|
311 | fn layout_array<T>(n: usize) -> Result<Layout, CollectionAllocErr> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Layout` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:311:40
|
311 | fn layout_array<T>(n: usize) -> Result<Layout, CollectionAllocErr> {
| - ^^^^^^ not found in this scope
| |
| help: you might be missing a type parameter: `, Layout`
error[E0412]: cannot find type `NonNull` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:334:10
|
334 | vec: NonNull<SmallVec<T>>,
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:346:34
|
346 | unsafe impl<'a, T: Sync + Array> Sync for Drain<'a, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:346:20
|
346 | unsafe impl<'a, T: Sync + Array> Sync for Drain<'a, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:347:34
|
347 | unsafe impl<'a, T: Send + Array> Send for Drain<'a, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:347:20
|
347 | unsafe impl<'a, T: Send + Array> Send for Drain<'a, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:349:25
|
349 | impl<'a, T: 'a + Array> Iterator for Drain<'a, T> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:353:27
|
353 | fn next(&mut self) -> Option<T::Item> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:360:36
|
360 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:365:25
|
365 | impl<'a, T: 'a + Array> DoubleEndedIterator for Drain<'a, T> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:367:32
|
367 | fn next_back(&mut self) -> Option<T::Item> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:374:20
|
374 | impl<'a, T: Array> ExactSizeIterator for Drain<'a, T> {
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FusedIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:381:20
|
381 | impl<'a, T: Array> FusedIterator for Drain<'a, T> {}
| ^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:383:25
|
383 | impl<'a, T: 'a + Array> Drop for Drain<'a, T> {
| ^^^^ not found in this scope
error[E0425]: cannot find value `drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:385:23
|
385 | self.for_each(drop);
| ^^^^ not found in this scope
error[E0412]: cannot find type `MaybeUninit` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:458:12
|
458 | Inline(MaybeUninit<A>),
| ^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `unreachable_unchecked` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:236:13
|
236 | unreachable_unchecked();
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
...
477 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function `unreachable_unchecked` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:236:13
|
236 | unreachable_unchecked();
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
...
484 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `MaybeUninit` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:488:28
|
488 | fn from_inline(inline: MaybeUninit<A>) -> SmallVecData<A> {
| ^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `MaybeUninit` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:492:36
|
492 | unsafe fn into_inline(self) -> MaybeUninit<A> {
| ^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `unreachable_unchecked` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:236:13
|
236 | unreachable_unchecked();
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
...
495 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function `unreachable_unchecked` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:236:13
|
236 | unreachable_unchecked();
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
...
502 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function `unreachable_unchecked` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:236:13
|
236 | unreachable_unchecked();
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
...
509 | _ => debug_unreachable!(),
| -------------------- in this macro invocation
|
= note: this error originates in the macro `debug_unreachable` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:357:27
|
357 | let _dropfn = ptr::read(&*guard.dropfn);
| ^^^ use of undeclared crate or module `ptr`
error[E0405]: cannot find trait `Send` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:518:30
|
518 | unsafe impl<A: Array + Send> Send for SmallVecData<A> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:518:24
|
518 | unsafe impl<A: Array + Send> Send for SmallVecData<A> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:519:30
|
519 | unsafe impl<A: Array + Sync> Sync for SmallVecData<A> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:519:24
|
519 | unsafe impl<A: Array + Sync> Sync for SmallVecData<A> {}
| ^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:604:30
|
604 | pub fn from_vec(mut vec: Vec<A::Item>) -> SmallVec<A> {
| ^^^ not found in this scope
error[E0412]: cannot find type `MaybeUninit` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:681:51
|
681 | pub unsafe fn from_buf_and_len_unchecked(buf: MaybeUninit<A>, len: usize) -> SmallVec<A> {
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `RangeBounds` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:794:12
|
794 | R: RangeBounds<usize>,
| ^^^^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:800:13
|
800 | Included(&n) => n,
| ^^^^^^^^ not found in this scope
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:2:3
|
2 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:801:13
|
801 | Excluded(&n) => n.checked_add(1).expect("Range start out of bounds"),
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Included` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:805:13
|
805 | Included(&n) => n.checked_add(1).expect("Range end out of bounds"),
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Excluded` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:806:13
|
806 | Excluded(&n) => n,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:845:30
|
845 | pub fn pop(&mut self) -> Option<A::Item> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:849:24
|
849 | return None;
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:853:13
|
853 | Some(ptr::read(ptr.add(last_index)))
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:887:51
|
887 | pub fn try_grow(&mut self, new_cap: usize) -> Result<(), CollectionAllocErr> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:894:28
|
894 | return Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:924:13
|
924 | Ok(())
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:941:57
|
941 | pub fn try_reserve(&mut self, additional: usize) -> Result<(), CollectionAllocErr> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:947:20
|
947 | return Ok(());
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:964:63
|
964 | pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), CollectionAllocErr> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:967:20
|
967 | return Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function `unreachable_unchecked` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1039:41
|
1039 | .unwrap_or_else(|| unsafe { unreachable_unchecked() })
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1084:27
|
1084 | pub fn insert_many<I: IntoIterator<Item = A::Item>>(&mut self, index: usize, iterable: I) {
| ^^^^^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1117:21
|
1117 | Some(x) => x,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Range` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1147:19
|
1147 | skip: Range<usize>, // Space we copied-out-of, but haven't written-to yet.
| ^^^^^ not found in this scope
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:33:3
|
33 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1151:17
|
1151 | impl<T> Drop for DropOnPanic<T> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1166:30
|
1166 | pub fn into_vec(self) -> Vec<A::Item> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Box` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1183:38
|
1183 | pub fn into_boxed_slice(self) -> Box<[A::Item]> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1191:32
|
1191 | pub fn into_inner(self) -> Result<A, Self> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1194:13
|
1194 | Err(self)
| ^^^------
| |
| help: try calling `Err` as a method: `self.Err()`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1199:17
|
1199 | Ok(data.into_inline().assume_init())
| ^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1209:22
|
1209 | pub fn retain<F: FnMut(&mut A::Item) -> bool>(&mut self, mut f: F) {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1225:18
|
1225 | A::Item: PartialEq<A::Item>,
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1233:12
|
1233 | F: FnMut(&mut A::Item, &mut A::Item) -> bool,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1265:12
|
1265 | F: FnMut(&mut A::Item) -> K,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1266:12
|
1266 | K: PartialEq<K>,
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1298:12
|
1298 | F: FnMut() -> A::Item,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1409:14
|
1409 | A::Item: Copy,
| ^^^^ not found in this scope
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:51:3
|
51 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error[E0412]: cannot find type `MaybeUninit` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1420:35
|
1420 | let mut data: MaybeUninit<A> = MaybeUninit::uninit();
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1471:14
|
1471 | A::Item: Clone,
| ^^^^^ not found in this scope
error[E0425]: cannot find function `repeat` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1483:25
|
1483 | self.extend(repeat(value).take(len - old_len));
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1536:16
|
1536 | impl<A: Array> AsRef<[A::Item]> for SmallVec<A> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1543:16
|
1543 | impl<A: Array> AsMut<[A::Item]> for SmallVec<A> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Borrow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1550:16
|
1550 | impl<A: Array> Borrow<[A::Item]> for SmallVec<A> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `BorrowMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1557:16
|
1557 | impl<A: Array> BorrowMut<[A::Item]> for SmallVec<A> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1665:20
|
1665 | impl<'a, A: Array> From<&'a [A::Item]> for SmallVec<A>
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1667:14
|
1667 | A::Item: Clone,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1682:16
|
1682 | impl<A: Array> From<Vec<A::Item>> for SmallVec<A> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1682:21
|
1682 | impl<A: Array> From<Vec<A::Item>> for SmallVec<A> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1684:18
|
1684 | fn from(vec: Vec<A::Item>) -> SmallVec<A> {
| ^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1689:16
|
1689 | impl<A: Array> From<A> for SmallVec<A> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `SliceIndex` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1696:19
|
1696 | impl<A: Array, I: SliceIndex<[A::Item]>> ops::Index<I> for SmallVec<A> {
| ^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `SliceIndex` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1704:19
|
1704 | impl<A: Array, I: SliceIndex<[A::Item]>> ops::IndexMut<I> for SmallVec<A> {
| ^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1713:14
|
1713 | A::Item: Copy,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FromIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1720:16
|
1720 | impl<A: Array> FromIterator<A::Item> for SmallVec<A> {
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1722:21
|
1722 | fn from_iter<I: IntoIterator<Item = A::Item>>(iterable: I) -> SmallVec<A> {
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1729:16
|
1729 | impl<A: Array> Extend<A::Item> for SmallVec<A> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1730:18
|
1730 | fn extend<I: IntoIterator<Item = A::Item>>(&mut self, iterable: I) {
| ^^^^^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1739:24
|
1739 | if let Some(out) = iter.next() {
| ^^^^ not found in this scope
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:87:3
|
87 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1763:16
|
1763 | impl<A: Array> Default for SmallVec<A> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1785:16
|
1785 | impl<A: Array> Drop for SmallVec<A> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1798:16
|
1798 | impl<A: Array> Clone for SmallVec<A>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1800:14
|
1800 | A::Item: Clone,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1823:26
|
1823 | impl<A: Array, B: Array> PartialEq<SmallVec<B>> for SmallVec<A>
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1825:14
|
1825 | A::Item: PartialEq<B::Item>,
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1833:16
|
1833 | impl<A: Array> Eq for SmallVec<A> where A::Item: Eq {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1833:50
|
1833 | impl<A: Array> Eq for SmallVec<A> where A::Item: Eq {}
| ^^ not found in this scope
error[E0405]: cannot find trait `PartialOrd` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1835:16
|
1835 | impl<A: Array> PartialOrd for SmallVec<A>
| ^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialOrd` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1837:14
|
1837 | A::Item: PartialOrd,
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1840:51
|
1840 | fn partial_cmp(&self, other: &SmallVec<A>) -> Option<cmp::Ordering> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1845:16
|
1845 | impl<A: Array> Ord for SmallVec<A>
| ^^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1847:14
|
1847 | A::Item: Ord,
| ^^^ not found in this scope
error[E0405]: cannot find trait `Hash` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1855:16
|
1855 | impl<A: Array> Hash for SmallVec<A>
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Hash` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1857:14
|
1857 | A::Item: Hash,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Hasher` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1859:16
|
1859 | fn hash<H: Hasher>(&self, state: &mut H) {
| ^^^^^^ not found in this scope
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:91:3
|
91 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error[E0405]: cannot find trait `Send` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1864:23
|
1864 | unsafe impl<A: Array> Send for SmallVec<A> where A::Item: Send {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1864:59
|
1864 | unsafe impl<A: Array> Send for SmallVec<A> where A::Item: Send {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1886:24
|
1886 | impl<A: Array + Clone> Clone for IntoIter<A>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1886:17
|
1886 | impl<A: Array + Clone> Clone for IntoIter<A>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1888:14
|
1888 | A::Item: Clone,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1895:16
|
1895 | impl<A: Array> Drop for IntoIter<A> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1901:16
|
1901 | impl<A: Array> Iterator for IntoIter<A> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1905:27
|
1905 | fn next(&mut self) -> Option<A::Item> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1907:13
|
1907 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1912:17
|
1912 | Some(ptr::read(self.data.as_ptr().add(current)))
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1918:36
|
1918 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1920:16
|
1920 | (size, Some(size))
| ^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1924:16
|
1924 | impl<A: Array> DoubleEndedIterator for IntoIter<A> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1926:32
|
1926 | fn next_back(&mut self) -> Option<A::Item> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1928:13
|
1928 | None
| ^^^^ not found in this scope
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:95:3
|
95 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1932:17
|
1932 | Some(ptr::read(self.data.as_ptr().add(self.end)))
| ^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1938:16
|
1938 | impl<A: Array> ExactSizeIterator for IntoIter<A> {}
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FusedIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1939:16
|
1939 | impl<A: Array> FusedIterator for IntoIter<A> {}
| ^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1955:16
|
1955 | impl<A: Array> IntoIterator for SmallVec<A> {
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1972:20
|
1972 | impl<'a, A: Array> IntoIterator for &'a SmallVec<A> {
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:1980:20
|
1980 | impl<'a, A: Array> IntoIterator for &'a mut SmallVec<A> {
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:2024:10
|
2024 | impl<'a> Drop for SetLenOnDrop<'a> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs:2094:14
|
2094 | A::Item: Copy,
| ^^^^ not found in this scope
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:99:3
|
99 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:103:3
|
103 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:107:3
|
107 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Ord, PartialOrd, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:111:3
|
111 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:115:3
|
115 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:120:3
|
120 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:124:3
|
124 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:128:3
|
128 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:132:3
|
132 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:136:3
|
136 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:144:3
|
144 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:149:3
|
149 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:153:3
|
153 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:157:3
|
157 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463.
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:161:3
|
161 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:165:3
|
165 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:169:3
|
169 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:173:3
|
173 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Ord, PartialOrd, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:177:3
|
177 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:181:3
|
181 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:192:3
|
192 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:203:3
|
203 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Ord, PartialOrd, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:244:3
|
244 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Ord, PartialOrd, Hash)]
| ^^^^^^
error: could not compile `half` due to 273 previous errors
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:336:3
|
336 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:341:3
|
341 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:39:3
|
39 | #[derive(Debug, Clone, Copy)]
| ^^^^^^
error[E0463]: can't find crate for `std`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs:196:19
|
196 | pub fn adler32<R: std::io::Read>(mut reader: R) -> std::io::Result<u32> {
| ^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:65:3
|
65 | #[derive(Debug, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:127:3
|
127 | #[derive(Debug, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `smallvec` due to 256 previous errors
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:358:13
|
358 | mem::forget(guard);
| ^^^ use of undeclared crate or module `mem`
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `std`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs:196:52
|
196 | pub fn adler32<R: std::io::Read>(mut reader: R) -> std::io::Result<u32> {
| ^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:200:23
|
200 | let mut map = Vec::with_capacity(self.netsize * 4);
| ^^^ use of undeclared type `Vec`
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs:92:6
|
92 | impl Default for RollingAdler32 {
| ^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs:204:5
|
204 | Ok(hash.hash())
| ^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:212:23
|
212 | let mut map = Vec::with_capacity(self.netsize * 3);
| ^^^ use of undeclared type `Vec`
Some errors have detailed explanations: E0405, E0425, E0463.
error: could not compile `adler32` due to 6 previous errors
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:104:14
|
104 | network: Vec<Neuron>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:105:15
|
105 | colormap: Vec<Color>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:106:15
|
106 | netindex: Vec<usize>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:107:11
|
107 | bias: Vec<f64>, // bias and freq arrays for learning
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:108:11
|
108 | freq: Vec<f64>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:192:41
|
192 | pub fn lookup(&self, idx: usize) -> Option<[u8; 4]> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:199:37
|
199 | pub fn color_map_rgba(&self) -> Vec<u8> {
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:211:36
|
211 | pub fn color_map_rgb(&self) -> Vec<u8> {
| ^^^ not found in this scope
error[E0425]: cannot find function `max` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:232:18
|
232 | let lo = max(i - rad, 0);
| ^^^ not found in this scope
error[E0425]: cannot find function `min` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.1.0/src/lib.rs:233:18
|
233 | let hi = min(i + rad, self.netsize as i32);
| ^^^ not found in this scope
error: requires `sized` lang_item
error: requires `receiver` lang_item
Some errors have detailed explanations: E0412, E0425, E0433, E0463.
For more information about an error, try `rustc --explain E0412`.
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `color_quant` due to 23 previous errors
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:456:14
|
456 | (ptr::read(&*self.value), ptr::read(&*self.dropfn))
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:456:39
|
456 | (ptr::read(&*self.value), ptr::read(&*self.dropfn))
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:464:15
|
464 | impl<T, F, S> fmt::Debug for ScopeGuard<T, F, S>
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:465:14
|
465 | where T: fmt::Debug,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:469:27
|
469 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:469:46
|
469 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:299:14
|
299 | where F: FnOnce(T),
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `ManuallyDrop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:302:12
|
302 | value: ManuallyDrop<T>,
| ^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `ManuallyDrop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:303:13
|
303 | dropfn: ManuallyDrop<F>,
| ^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `PhantomData` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:305:15
|
305 | strategy: PhantomData<fn(S) -> S>,
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:309:14
|
309 | where F: FnOnce(T),
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `PhantomData` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:321:23
|
321 | strategy: PhantomData,
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:368:14
|
368 | where F: FnOnce(T)
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:422:22
|
422 | unsafe impl<T, F, S> Sync for ScopeGuard<T, F, S>
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:423:14
|
423 | where T: Sync,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:424:14
|
424 | F: FnOnce(T),
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Deref` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:428:15
|
428 | impl<T, F, S> Deref for ScopeGuard<T, F, S>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:429:14
|
429 | where F: FnOnce(T),
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DerefMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:439:15
|
439 | impl<T, F, S> DerefMut for ScopeGuard<T, F, S>
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:440:14
|
440 | where F: FnOnce(T),
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:448:15
|
448 | impl<T, F, S> Drop for ScopeGuard<T, F, S>
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:449:14
|
449 | where F: FnOnce(T),
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs:466:14
|
466 | F: FnOnce(T),
| ^^^^^^ not found in this scope
error: could not compile `scopeguard` due to 33 previous errors
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:61:11
|
61 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
| ^^^^^^
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:72:34
|
72 | $name => stringify!($name),
| ^^^^^^^^^
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:84:28
|
84 | f.pad(&format!("Unknown {}: {}",
| ^^^^^^
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:175:3
|
175 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:205:3
|
205 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:223:3
|
223 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/addr.rs:5:3
|
5 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:28:3
|
28 | #[derive(Clone, Copy, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:102:3
|
102 | #[derive(Clone, Copy, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:106:3
|
106 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:218:3
|
218 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:402:3
|
402 | #[derive(Clone, Copy, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:465:3
|
465 | #[derive(Clone, Copy, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:800:3
|
800 | #[derive(Clone, Default, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:813:3
|
813 | #[derive(Clone, Default, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:903:3
|
903 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:954:3
|
954 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1030:3
|
1030 | #[derive(Copy, Clone, Debug, Default, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1075:9
|
1075 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1131:3
|
1131 | #[derive(Clone, Debug, Default, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1162:3
|
1162 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1429:3
|
1429 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1484:3
|
1484 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1766:3
|
1766 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1810:3
|
1810 | #[derive(Clone, Debug, Eq)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1855:9
|
1855 | debug_assert!(res);
| ^^^^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1867:9
|
1867 | assert_eq!(self.is_initialized, false);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1868:9
|
1868 | assert_eq!(self.initial_rules.rules().len(), 0);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1869:9
|
1869 | assert_eq!(self.stack().len(), 1);
| ^^^^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1870:9
|
1870 | assert!(self.stack()[0].is_default());
| ^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1882:9
|
1882 | assert_eq!(self.is_initialized, false);
| ^^^^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1940:9
|
1940 | assert!(self.stack().len() > 1);
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2009:3
|
2009 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2044:9
|
2044 | assert!(ctx.stack().len() >= 1);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2063:9
|
2063 | assert!(ctx.stack().len() >= 1);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2082:9
|
2082 | assert!(self.ctx.stack().len() >= 1);
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2280:17
|
2280 | assert!(self.ctx.stack().len() > 0);
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2401:17
|
2401 | debug_assert!(r.1.is_defined());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2430:13
|
2430 | debug_assert!(old_rule.is_defined());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2496:13
|
2496 | debug_assert!(rule.is_defined());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2503:13
|
2503 | debug_assert!(rhs_rule.is_defined());
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2516:3
|
2516 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2531:3
|
2531 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2664:3
|
2664 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2704:3
|
2704 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2749:3
|
2749 | #[derive(Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3068:9
|
3068 | debug_assert_eq!(high_bits, 0);
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3243:3
|
3243 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3293:3
|
3293 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3334:3
|
3334 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3388:14
|
3388 | _ => unreachable!(),
| ^^^^^^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3409:14
|
3409 | _ => unreachable!(),
| ^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:21:3
|
21 | #[derive(Debug, Default)]
| ^^^^^^
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:552:28
|
552 | return format!(
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:570:3
|
570 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:826:3
|
826 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:829:3
|
829 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:14:3
|
14 | #[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:70:9
|
70 | debug_assert!(base_ptr <= ptr);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:71:9
|
71 | debug_assert!(ptr + self.slice.len() <= base_ptr + base.slice.len());
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:17:3
|
17 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:18:3
|
18 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:108:3
|
108 | #[derive(Debug, Default, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:184:3
|
184 | #[derive(Debug, Clone, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `assert_ne` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:204:9
|
204 | assert_ne!(code, 0);
| ^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:287:3
|
287 | #[derive(Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:375:3
|
375 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:391:9
|
391 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:7:3
|
7 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:98:3
|
98 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:138:3
|
138 | #[derive(Debug, Clone, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:255:3
|
255 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:299:3
|
299 | #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:16:3
|
16 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:177:3
|
177 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:270:3
|
270 | #[derive(Clone, Copy, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:530:49
|
530 | LineInstruction::Special(opcode) => write!(f, "Special opcode {}", opcode),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:531:38
|
531 | LineInstruction::Copy => write!(f, "{}", constants::DW_LNS_copy),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:533:17
|
533 | write!(f, "{} by {}", constants::DW_LNS_advance_pc, advance)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:536:17
|
536 | write!(f, "{} by {}", constants::DW_LNS_advance_line, increment)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:539:17
|
539 | write!(f, "{} to {}", constants::DW_LNS_set_file, file)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:542:17
|
542 | write!(f, "{} to {}", constants::DW_LNS_set_column, column)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:544:49
|
544 | LineInstruction::NegateStatement => write!(f, "{}", constants::DW_LNS_negate_stmt),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:545:47
|
545 | LineInstruction::SetBasicBlock => write!(f, "{}", constants::DW_LNS_set_basic_block),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:546:44
|
546 | LineInstruction::ConstAddPc => write!(f, "{}", constants::DW_LNS_const_add_pc),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:548:17
|
548 | write!(f, "{} by {}", constants::DW_LNS_fixed_advance_pc, advance)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:550:48
|
550 | LineInstruction::SetPrologueEnd => write!(f, "{}", constants::DW_LNS_set_prologue_end),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:552:17
|
552 | write!(f, "{}", constants::DW_LNS_set_epilogue_begin)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:554:45
|
554 | LineInstruction::SetIsa(isa) => write!(f, "{} to {}", constants::DW_LNS_set_isa, isa),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:555:58
|
555 | LineInstruction::UnknownStandard0(opcode) => write!(f, "Unknown {}", opcode),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:557:17
|
557 | write!(f, "Unknown {} with operand {}", opcode, arg)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:560:17
|
560 | write!(f, "Unknown {} with operands {:?}", opcode, args)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:562:45
|
562 | LineInstruction::EndSequence => write!(f, "{}", constants::DW_LNE_end_sequence),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:564:17
|
564 | write!(f, "{} to {}", constants::DW_LNE_set_address, address)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:566:47
|
566 | LineInstruction::DefineFile(_) => write!(f, "{}", constants::DW_LNE_define_file),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:568:17
|
568 | write!(f, "{} to {}", constants::DW_LNE_set_discriminator, discr)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:570:60
|
570 | LineInstruction::UnknownExtended(opcode, _) => write!(f, "Unknown {}", opcode),
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:584:3
|
584 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:636:3
|
636 | #[derive(Clone, Copy, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:988:3
|
988 | #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1004:3
|
1004 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1023:3
|
1023 | #[derive(Clone, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1430:3
|
1430 | #[derive(Clone, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1523:3
|
1523 | #[derive(Clone, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1572:3
|
1572 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1674:3
|
1674 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/lists.rs:4:3
|
4 | #[derive(Debug, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:13:3
|
13 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:59:3
|
59 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:127:3
|
127 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:297:3
|
297 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:310:3
|
310 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:318:3
|
318 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:517:3
|
517 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/loclists.rs:626:3
|
626 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/lookup.rs:31:3
|
31 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/lookup.rs:71:3
|
71 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/lookup.rs:128:3
|
128 | #[derive(Debug, Clone, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/lookup.rs:145:3
|
145 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:12:3
|
12 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:31:3
|
31 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:293:3
|
293 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:302:3
|
302 | #[derive(Debug, Clone, Copy, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:356:3
|
356 | #[derive(Debug, Clone, Copy, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:810:3
|
810 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:819:3
|
819 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:839:3
|
839 | #[derive(Debug, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:918:3
|
918 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:955:3
|
955 | #[derive(Debug, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1027:3
|
1027 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1095:18
|
1095 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1508:17
|
1508 | panic!("Called `Evaluation::result` on an `Evaluation` that has not been completed")
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1529:44
|
1529 | EvaluationState::Waiting(_) => panic!(),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1554:18
|
1554 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1577:18
|
1577 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1598:18
|
1598 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1619:18
|
1619 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1640:18
|
1640 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1666:18
|
1666 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1687:18
|
1687 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1711:18
|
1711 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1733:18
|
1733 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1755:18
|
1755 | _ => panic!(
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1784:18
|
1784 | _ => panic!(
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/pubnames.rs:7:3
|
7 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/pubnames.rs:49:3
|
49 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/pubnames.rs:117:3
|
117 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/pubtypes.rs:7:3
|
7 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/pubtypes.rs:49:3
|
49 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/pubtypes.rs:117:3
|
117 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:13:3
|
13 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:59:3
|
59 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:129:3
|
129 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:258:3
|
258 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:270:3
|
270 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:278:3
|
278 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:437:3
|
437 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:528:3
|
528 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/rnglists.rs:567:3
|
567 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/str.rs:11:3
|
11 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/str.rs:100:3
|
100 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/str.rs:203:3
|
203 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:56:3
|
56 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Ord, PartialOrd, Hash)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:85:3
|
85 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:192:3
|
192 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:254:3
|
254 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:316:3
|
316 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:459:9
|
459 | assert!(idx.start <= idx.end);
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:660:3
|
660 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:946:3
|
946 | #[derive(Clone, Copy, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:1124:3
|
1124 | #[derive(Copy, Clone, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2219:3
|
2219 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2241:17
|
2241 | debug_assert_eq!(end, self.input.offset_from(&self.entry.attrs_slice));
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2332:3
|
2332 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2407:3
|
2407 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2792:3
|
2792 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2837:13
|
2837 | debug_assert_eq!(self.depth + 1, depth);
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2924:3
|
2924 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2935:9
|
2935 | debug_assert!(tree.entry.is_some());
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:2959:3
|
2959 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:3006:3
|
3006 | #[derive(Debug, Default, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:3107:3
|
3107 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/value.rs:25:3
|
25 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/value.rs:54:3
|
54 | #[derive(Debug, Clone, Copy, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:239:3
|
239 | #[derive(Debug, Clone, Copy, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:400:9
|
400 | write!(f, "{}", self.description())
| ^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `iter`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:809:12
|
809 | B: iter::FromIterator<Self::Item>,
| ^^^^ use of undeclared crate or module `iter`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `std`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/lib.rs:62:5
|
62 | use std as alloc;
| ^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `std`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:9:5
|
9 | use std::io::{self, BufRead, Write};
| ^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `std`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:9:5
|
9 | use std::io::{self, BufRead, Write};
| ^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:79:14
|
79 | impl fmt::Display for $struct_name {
| ^^^ use of undeclared crate or module `fmt`
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:35
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:65
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:59:32
|
59 | let byte = val & u64::from(core::u8::MAX);
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:92:27
|
92 | address_size: mem::size_of::<usize>() as u8,
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:265:17
|
265 | Ordering::Equal => {
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:269:17
|
269 | Ordering::Less => {
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared type `Ordering`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:273:17
|
273 | Ordering::Greater => {
| ^^^^^^^^ use of undeclared type `Ordering`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:456:27
|
456 | address_size: mem::size_of::<usize>() as u8,
| ^^^ use of undeclared crate or module `mem`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/error.rs:53:3
|
53 | #[derive(Debug, Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/error.rs:38:3
|
38 | #[derive(Debug, Clone, Copy)]
| ^^^^^^
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:418:62
|
418 | io::Error::new(io::ErrorKind::InvalidData, &*format!("{:?}", err))
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:399:9
|
399 | assert!(!outbuf.is_empty());
| ^^^^^^
error: cannot find macro `vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:395:67
|
395 | match { buffer.get_or_insert_with(|| StreamBuf::Owned(vec![0u8; *default_size])) } {
| ^^^
error[E0433]: failed to resolve: use of undeclared type `Box`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1772:36
|
1772 | UninitializedUnwindContext(Box::new(UnwindContext::new()))
| ^^^ use of undeclared type `Box`
error[E0433]: failed to resolve: use of undeclared type `Default`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1835:28
|
1835 | stack_storage: Default::default(),
| ^^^^^^^ use of undeclared type `Default`
error[E0433]: failed to resolve: use of undeclared type `Default`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1838:28
|
1838 | initial_rules: Default::default(),
| ^^^^^^^ use of undeclared type `Default`
error: cannot find macro `assert_ne` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:372:9
|
372 | assert_ne!(buffer.len(), 0, "Attempted to set empty buffer");
| ^^^^^^^^^
error: cannot find macro `assert_ne` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:358:9
|
358 | assert_ne!(size, 0, "Attempted to set empty buffer");
| ^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2335:27
|
2335 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2335:50
|
2335 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared type `MaybeUninit`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2345:28
|
2345 | rules_storage: MaybeUninit::uninit(),
| ^^^^^^^^^^^ use of undeclared type `MaybeUninit`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2382:13
|
2382 | core::slice::from_raw_parts(self.rules_storage.as_ptr() as *const _, self.rules_len)
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2389:13
|
2389 | core::slice::from_raw_parts_mut(
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:174:3
|
174 | #[derive(Clone, Copy)]
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2418:21
|
2418 | mem::swap(&mut a[a.len() - 1], &mut b[b.len() - 1]);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2422:21
|
2422 | ptr::drop_in_place(ptr.add(self.rules_len - 1));
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2442:13
|
2442 | ptr::drop_in_place(self.rules_mut());
| ^^^ use of undeclared crate or module `ptr`
error[E0433]: failed to resolve: use of undeclared crate or module `ptr`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2463:13
|
2463 | ptr::write(ptr.add(self.rules_len), (register, rule));
| ^^^ use of undeclared crate or module `ptr`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2517:41
|
2517 | pub struct RegisterRuleIter<'iter, R>(::core::slice::Iter<'iter, (Register, RegisterRule<R>)>)
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `Default`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2546:18
|
2546 | cfa: Default::default(),
| ^^^^^^^ use of undeclared type `Default`
error[E0433]: failed to resolve: use of undeclared type `Default`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2547:24
|
2547 | registers: Default::default(),
| ^^^^^^^ use of undeclared type `Default`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:167:3
|
167 | #[derive(Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:162:3
|
162 | #[derive(Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:155:3
|
155 | #[derive(Clone, Copy)]
| ^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:77:32
|
77 | F: FnMut(SectionId) -> core::result::Result<T, E>,
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:75:42
|
75 | pub fn load<F, E>(mut section: F) -> core::result::Result<Self, E>
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:108:32
|
108 | F: FnMut(SectionId) -> core::result::Result<T, E>,
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:106:53
|
106 | pub fn load_sup<F, E>(&mut self, section: F) -> core::result::Result<(), E>
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `Arc`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:110:25
|
110 | self.sup = Some(Arc::new(Self::load(section)?));
| ^^^ use of undeclared type `Arc`
error[E0433]: failed to resolve: use of undeclared type `Arc`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:158:39
|
158 | sup: self.sup().map(|sup| Arc::new(sup.borrow(borrow))),
| ^^^ use of undeclared type `Arc`
error[E0433]: failed to resolve: use of undeclared type `Arc`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:164:31
|
164 | self.sup.as_ref().map(Arc::as_ref)
| ^^^ use of undeclared type `Arc`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/encode.rs:148:3
|
148 | #[derive(Default)]
| ^^^^^^
error: cannot find macro `vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:1101:20
|
1101 | bytes: vec![0; MAX_ENTRIES].into_boxed_slice(),
| ^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:413:17
|
413 | debug_assert_eq!(
| ^^^^^^^^^^^^^^^
error: cannot find macro `format` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:408:62
|
408 | io::Error::new(io::ErrorKind::InvalidData, &*format!("{:?}", err))
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared type `String`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:87:9
|
87 | String::from_utf8_lossy(self.slice)
| ^^^^^^ use of undeclared type `String`
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:393:9
|
393 | assert!(!outbuf.is_empty());
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared type `String`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:302:12
|
302 | Ok(String::from_utf8_lossy(self.slice))
| ^^^^^^ use of undeclared type `String`
error: cannot find macro `vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:389:67
|
389 | match { buffer.get_or_insert_with(|| StreamBuf::Owned(vec![0u8; *default_size])) } {
| ^^^
error[E0433]: failed to resolve: use of undeclared type `Default`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:289:23
|
289 | let mut val = Default::default();
| ^^^^^^^ use of undeclared type `Default`
error[E0433]: failed to resolve: use of undeclared type `AsMut`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:290:31
|
290 | self.read_slice(<A as AsMut<[u8]>>::as_mut(&mut val))?;
| ^^^^^ use of undeclared type `AsMut`
error: cannot find macro `assert_ne` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:364:9
|
364 | assert_ne!(buffer.len(), 0, "Attempted to set empty buffer");
| ^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `btree_map`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:111:10
|
111 | map: btree_map::BTreeMap<u64, Abbreviation>,
| ^^^^^^^^^ use of undeclared crate or module `btree_map`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:118:18
|
118 | vec: Vec::new(),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared crate or module `btree_map`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:119:18
|
119 | map: btree_map::BTreeMap::new(),
| ^^^^^^^^^ use of undeclared crate or module `btree_map`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:128:53
|
128 | fn insert(&mut self, abbrev: Abbreviation) -> ::core::result::Result<(), ()> {
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `btree_map`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:147:13
|
147 | btree_map::Entry::Occupied(_) => Err(()),
| ^^^^^^^^^ use of undeclared crate or module `btree_map`
error: cannot find macro `assert_ne` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:349:9
|
349 | assert_ne!(size, 0, "Attempted to set empty buffer");
| ^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `btree_map`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:148:13
|
148 | btree_map::Entry::Vacant(entry) => {
| ^^^^^^^^^ use of undeclared crate or module `btree_map`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:331:27
|
331 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:331:50
|
331 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error: cannot find macro `vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:253:26
|
253 | let mut output = vec![];
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:103:3
|
103 | #[derive(Default)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:91:3
|
91 | #[derive(Default)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:85:3
|
85 | #[derive(Clone)]
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:523:17
|
523 | impl<R, Offset> fmt::Display for LineInstruction<R, Offset>
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:528:27
|
528 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `result`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:528:46
|
528 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> {
| ^^^^^^ use of undeclared crate or module `result`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:528:65
|
528 | fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/lib.rs:105:5
|
105 | assert!(
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1011:12
|
1011 | impl<L, R> fmt::Display for Either<L, R>
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1013:8
|
1013 | L: fmt::Display,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1014:8
|
1014 | R: fmt::Display,
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1016:27
|
1016 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1016:46
|
1016 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared type `NonZeroU64`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:719:9
|
719 | NonZeroU64::new(self.line.0)
| ^^^^^^^^^^ use of undeclared type `NonZeroU64`
error[E0433]: failed to resolve: use of undeclared type `NonZeroU64`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:727:9
|
727 | NonZeroU64::new(self.column)
| ^^^^^^^^^^ use of undeclared type `NonZeroU64`
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/lib.rs:104:5
|
104 | assert!(size >= 2, "Minimum code size 2 required, got {}", size);
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1351:39
|
1351 | let mut include_directories = Vec::new();
| ^^^ use of undeclared type `Vec`
error: cannot find macro `assert` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/lib.rs:95:5
|
95 | assert!(
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1353:38
|
1353 | directory_entry_format = Vec::new();
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1376:30
|
1376 | let mut file_names = Vec::new();
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1386:38
|
1386 | file_name_entry_format = Vec::new();
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1477:29
|
1477 | let mut sequences = Vec::new();
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1686:26
|
1686 | let mut format = Vec::with_capacity(format_count);
| ^^^ use of undeclared type `Vec`
error: cannot find attribute `derive` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/lib.rs:78:3
|
78 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error[E0433]: failed to resolve: use of undeclared type `String`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1051:44
|
1051 | let value: Either<String, &str> = Left(String::from("test"));
| ^^^^^^ use of undeclared type `String`
error[E0433]: failed to resolve: use of undeclared crate or module `io`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1075:14
|
1075 | Left(io::stdin())
| ^^ use of undeclared crate or module `io`
error[E0433]: failed to resolve: use of undeclared crate or module `io`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1086:14
|
1086 | Left(io::stdout())
| ^^ use of undeclared crate or module `io`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1073:20
|
1073 | stack: Vec::new(),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1074:31
|
1074 | expression_stack: Vec::new(),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1076:21
|
1076 | result: Vec::new(),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1661:21
|
1661 | mem::swap(&mut pc, &mut self.pc);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/op.rs:1662:21
|
1662 | mem::swap(&mut bytes, &mut self.bytecode);
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared type `Cell`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:688:24
|
688 | attrs_len: Cell::new(None),
| ^^^^ use of undeclared type `Cell`
error[E0433]: failed to resolve: use of undeclared type `Cell`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/unit.rs:934:24
|
934 | attrs_len: Cell::new(None),
| ^^^^ use of undeclared type `Cell`
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:152:26
|
152 | pub fn left(self) -> Option<L> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:154:24
|
154 | Left(l) => Some(l),
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:155:25
|
155 | Right(_) => None,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:170:27
|
170 | pub fn right(self) -> Option<R> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:172:24
|
172 | Left(_) => None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:173:25
|
173 | Right(r) => Some(r),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:252:12
|
252 | F: FnOnce(L) -> M,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:274:12
|
274 | F: FnOnce(R) -> S,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:300:12
|
300 | F: FnOnce(L) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:301:12
|
301 | G: FnOnce(R) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:330:12
|
330 | F: FnOnce(Ctx, L) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:331:12
|
331 | G: FnOnce(Ctx, R) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:352:12
|
352 | F: FnOnce(L) -> Either<S, R>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:373:12
|
373 | F: FnOnce(R) -> Either<L, S>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:393:12
|
393 | L: IntoIterator,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:394:12
|
394 | R: IntoIterator<Item = L::Item>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:441:12
|
441 | L: Default,
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:463:12
|
463 | F: FnOnce(R) -> L,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:510:12
|
510 | R: Default,
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:532:12
|
532 | F: FnOnce(L) -> R,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:730:12
|
730 | F: FnOnce(T) -> M,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:740:12
|
740 | impl<L, R> From<Result<R, L>> for Either<L, R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:740:17
|
740 | impl<L, R> From<Result<R, L>> for Either<L, R> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:741:16
|
741 | fn from(r: Result<R, L>) -> Self {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:743:13
|
743 | Err(e) => Left(e),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:744:13
|
744 | Ok(o) => Right(o),
| ^^ not found in this scope
error[E0405]: cannot find trait `Into` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:750:12
|
750 | impl<L, R> Into<Result<R, L>> for Either<L, R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:750:17
|
750 | impl<L, R> Into<Result<R, L>> for Either<L, R> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:751:22
|
751 | fn into(self) -> Result<R, L> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:753:24
|
753 | Left(l) => Err(l),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:754:25
|
754 | Right(r) => Ok(r),
| ^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:759:15
|
759 | impl<L, R, A> Extend<A> for Either<L, R>
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:761:8
|
761 | L: Extend<A>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:762:8
|
762 | R: Extend<A>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:766:12
|
766 | T: IntoIterator<Item = A>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:773:12
|
773 | impl<L, R> Iterator for Either<L, R>
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:775:8
|
775 | L: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:776:8
|
776 | R: Iterator<Item = L::Item>,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:780:27
|
780 | fn next(&mut self) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:784:36
|
784 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:790:12
|
790 | G: FnMut(Acc, Self::Item) -> Acc,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:799:22
|
799 | fn last(self) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:803:36
|
803 | fn nth(&mut self, n: usize) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:816:12
|
816 | F: FnMut(Self::Item) -> bool,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:822:12
|
822 | impl<L, R> DoubleEndedIterator for Either<L, R>
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:824:8
|
824 | L: DoubleEndedIterator,
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:825:8
|
825 | R: DoubleEndedIterator<Item = L::Item>,
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:827:32
|
827 | fn next_back(&mut self) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:832:12
|
832 | impl<L, R> ExactSizeIterator for Either<L, R>
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:834:8
|
834 | L: ExactSizeIterator,
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:835:8
|
835 | R: ExactSizeIterator<Item = L::Item>,
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:891:20
|
891 | impl<L, R, Target> AsRef<Target> for Either<L, R>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:893:8
|
893 | L: AsRef<Target>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:894:8
|
894 | R: AsRef<Target>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:904:20
|
904 | impl<L, R> AsRef<$t> for Either<L, R>
| ^^^^^ not found in this scope
...
923 | impl_specific_ref_and_mut!(str,);
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_specific_ref_and_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:905:22
|
905 | where L: AsRef<$t>, R: AsRef<$t>
| ^^^^^ not found in this scope
...
923 | impl_specific_ref_and_mut!(str,);
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_specific_ref_and_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:905:36
|
905 | where L: AsRef<$t>, R: AsRef<$t>
| ^^^^^ not found in this scope
...
923 | impl_specific_ref_and_mut!(str,);
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_specific_ref_and_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:913:20
|
913 | impl<L, R> AsMut<$t> for Either<L, R>
| ^^^^^ not found in this scope
...
923 | impl_specific_ref_and_mut!(str,);
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_specific_ref_and_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:914:22
|
914 | where L: AsMut<$t>, R: AsMut<$t>
| ^^^^^ not found in this scope
...
923 | impl_specific_ref_and_mut!(str,);
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_specific_ref_and_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:914:36
|
914 | where L: AsMut<$t>, R: AsMut<$t>
| ^^^^^ not found in this scope
...
923 | impl_specific_ref_and_mut!(str,);
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_specific_ref_and_mut` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:940:20
|
940 | impl<L, R, Target> AsRef<[Target]> for Either<L, R>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:942:8
|
942 | L: AsRef<[Target]>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:943:8
|
943 | R: AsRef<[Target]>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:950:20
|
950 | impl<L, R, Target> AsMut<Target> for Either<L, R>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:952:8
|
952 | L: AsMut<Target>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:953:8
|
953 | R: AsMut<Target>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:960:20
|
960 | impl<L, R, Target> AsMut<[Target]> for Either<L, R>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:962:8
|
962 | L: AsMut<[Target]>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:963:8
|
963 | R: AsMut<[Target]>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Deref` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:970:12
|
970 | impl<L, R> Deref for Either<L, R>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Deref` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:972:8
|
972 | L: Deref,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Deref` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:973:8
|
973 | R: Deref<Target = L::Target>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `DerefMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:982:12
|
982 | impl<L, R> DerefMut for Either<L, R>
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DerefMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:984:8
|
984 | L: DerefMut,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DerefMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:985:8
|
985 | R: DerefMut<Target = L::Target>,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `String` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1042:22
|
1042 | fn b() -> Either<String, &'static str> {
| - ^^^^^^ not found in this scope
| |
| help: you might be missing a type parameter: `<String>`
error[E0412]: cannot find type `String` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1051:23
|
1049 | fn deref() {
| - help: you might be missing a type parameter: `<String>`
1050 | fn is_str(_: &str) {}
1051 | let value: Either<String, &str> = Left(String::from("test"));
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1099:22
|
1099 | let res = if let Err(error) = ::std::str::from_utf8(invalid_utf8) {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1100:9
|
1100 | Err(Left(error))
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1101:19
|
1101 | } else if let Err(error) = "x".parse::<i32>() {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1102:9
|
1102 | Err(Right(error))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1104:9
|
1104 | Ok(())
| ^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1113:25
|
1113 | fn check_ref<T: AsRef<$t>>() {}
| ^^^^^ not found in this scope
...
1126 | check_t!(str);
| ------------- in this macro invocation
|
= note: this error originates in the macro `check_t` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1114:30
|
1114 | fn propagate_ref<T1: AsRef<$t>, T2: AsRef<$t>>() {
| ^^^^^ not found in this scope
...
1126 | check_t!(str);
| ------------- in this macro invocation
|
= note: this error originates in the macro `check_t` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1114:45
|
1114 | fn propagate_ref<T1: AsRef<$t>, T2: AsRef<$t>>() {
| ^^^^^ not found in this scope
...
1126 | check_t!(str);
| ------------- in this macro invocation
|
= note: this error originates in the macro `check_t` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1117:25
|
1117 | fn check_mut<T: AsMut<$t>>() {}
| ^^^^^ not found in this scope
...
1126 | check_t!(str);
| ------------- in this macro invocation
|
= note: this error originates in the macro `check_t` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1118:30
|
1118 | fn propagate_mut<T1: AsMut<$t>, T2: AsMut<$t>>() {
| ^^^^^ not found in this scope
...
1126 | check_t!(str);
| ------------- in this macro invocation
|
= note: this error originates in the macro `check_t` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1118:45
|
1118 | fn propagate_mut<T1: AsMut<$t>, T2: AsMut<$t>>() {
| ^^^^^ not found in this scope
...
1126 | check_t!(str);
| ------------- in this macro invocation
|
= note: this error originates in the macro `check_t` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1128:27
|
1128 | fn check_array_ref<T: AsRef<[Item]>, Item>() {}
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1129:27
|
1129 | fn check_array_mut<T: AsMut<[Item]>, Item>() {}
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1131:32
|
1131 | fn propagate_array_ref<T1: AsRef<[Item]>, T2: AsRef<[Item]>, Item>() {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1131:51
|
1131 | fn propagate_array_ref<T1: AsRef<[Item]>, T2: AsRef<[Item]>, Item>() {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1135:32
|
1135 | fn propagate_array_mut<T1: AsMut<[Item]>, T2: AsMut<[Item]>, Item>() {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs:1135:51
|
1135 | fn propagate_array_mut<T1: AsMut<[Item]>, T2: AsMut<[Item]>, Item>() {
| ^^^^^ not found in this scope
error: could not compile `either` due to 131 previous errors
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/value.rs:308:53
|
308 | Value::F32(value) => u64::from(unsafe { mem::transmute::<f32, u32>(value) }),
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared crate or module `mem`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/value.rs:309:43
|
309 | Value::F64(value) => unsafe { mem::transmute(value) },
| ^^^ use of undeclared crate or module `mem`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:397:6
|
397 | impl fmt::Display for Error {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:399:27
|
399 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:399:48
|
399 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> {
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:399:73
|
399 | fn fmt(&self, f: &mut fmt::Formatter) -> ::core::result::Result<(), fmt::Error> {
| ^^^ use of undeclared crate or module `fmt`
error[E0433]: failed to resolve: use of undeclared crate or module `result`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:555:22
|
555 | pub type Result<T> = result::Result<T, Error>;
| ^^^^^^ use of undeclared crate or module `result`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:587:33
|
587 | F: FnOnce(SectionId) -> core::result::Result<R, E>,
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0463]: can't find crate for `core`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:585:28
|
585 | fn load<F, E>(f: F) -> core::result::Result<Self, E>
| ^^^^ can't find crate
|
= note: the `x86_64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-ios`
error[E0433]: failed to resolve: use of undeclared type `From`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/mod.rs:589:27
|
589 | f(Self::id()).map(From::from)
| ^^^^ use of undeclared type `From`
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:70:6
|
70 | impl Default for LineEncoding {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:184:9
|
184 | impl<T> From<T> for DebugFrameOffset<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:195:9
|
195 | impl<T> From<T> for EhFrameOffset<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:211:9
|
211 | impl<T> From<DebugInfoOffset<T>> for UnitSectionOffset<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:217:9
|
217 | impl<T> From<DebugTypesOffset<T>> for UnitSectionOffset<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:225:8
|
225 | T: Clone,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:228:43
|
228 | pub fn as_debug_info_offset(&self) -> Option<DebugInfoOffset<T>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:230:59
|
230 | UnitSectionOffset::DebugInfoOffset(offset) => Some(offset.clone()),
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:231:55
|
231 | UnitSectionOffset::DebugTypesOffset(_) => None,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:235:44
|
235 | pub fn as_debug_types_offset(&self) -> Option<DebugTypesOffset<T>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:237:54
|
237 | UnitSectionOffset::DebugInfoOffset(_) => None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:238:60
|
238 | UnitSectionOffset::DebugTypesOffset(offset) => Some(offset.clone()),
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:316:30
|
316 | pub fn dwo_name(self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:317:9
|
317 | Some(match self {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:329:25
|
329 | _ => return None,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/common.rs:350:6
|
350 | impl Default for DwarfFileType {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:14:57
|
14 | pub fn register_name(register: Register) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
43 | / registers!(Arm, {
44 | | R0 = (0, "R0"),
45 | | R1 = (1, "R1"),
46 | | R2 = (2, "R2"),
... |
59 | | R15 = (15, "R15"),
60 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:17:40
|
17 | Self::$name => Some($disp),
| ^^^^ not found in this scope
...
43 | / registers!(Arm, {
44 | | R0 = (0, "R0"),
45 | | R1 = (1, "R1"),
46 | | R2 = (2, "R2"),
... |
59 | | R15 = (15, "R15"),
60 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:19:33
|
19 | _ => return None,
| ^^^^ not found in this scope
...
43 | / registers!(Arm, {
44 | | R0 = (0, "R0"),
45 | | R1 = (1, "R1"),
46 | | R2 = (2, "R2"),
... |
59 | | R15 = (15, "R15"),
60 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:24:46
|
24 | pub fn name_to_register(value: &str) -> Option<Register> {
| ^^^^^^ not found in this scope
...
43 | / registers!(Arm, {
44 | | R0 = (0, "R0"),
45 | | R1 = (1, "R1"),
46 | | R2 = (2, "R2"),
... |
59 | | R15 = (15, "R15"),
60 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:27:34
|
27 | $disp => Some(Self::$name),
| ^^^^ not found in this scope
...
43 | / registers!(Arm, {
44 | | R0 = (0, "R0"),
45 | | R1 = (1, "R1"),
46 | | R2 = (2, "R2"),
... |
59 | | R15 = (15, "R15"),
60 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:29:33
|
29 | _ => return None,
| ^^^^ not found in this scope
...
43 | / registers!(Arm, {
44 | | R0 = (0, "R0"),
45 | | R1 = (1, "R1"),
46 | | R2 = (2, "R2"),
... |
59 | | R15 = (15, "R15"),
60 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:14:57
|
14 | pub fn register_name(register: Register) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
68 | / registers!(X86, {
69 | | EAX = (0, "eax"),
70 | | ECX = (1, "ecx"),
71 | | EDX = (2, "edx"),
... |
121 | | GS_BASE = (94, "gs.base"),
122 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:17:40
|
17 | Self::$name => Some($disp),
| ^^^^ not found in this scope
...
68 | / registers!(X86, {
69 | | EAX = (0, "eax"),
70 | | ECX = (1, "ecx"),
71 | | EDX = (2, "edx"),
... |
121 | | GS_BASE = (94, "gs.base"),
122 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:19:33
|
19 | _ => return None,
| ^^^^ not found in this scope
...
68 | / registers!(X86, {
69 | | EAX = (0, "eax"),
70 | | ECX = (1, "ecx"),
71 | | EDX = (2, "edx"),
... |
121 | | GS_BASE = (94, "gs.base"),
122 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:24:46
|
24 | pub fn name_to_register(value: &str) -> Option<Register> {
| ^^^^^^ not found in this scope
...
68 | / registers!(X86, {
69 | | EAX = (0, "eax"),
70 | | ECX = (1, "ecx"),
71 | | EDX = (2, "edx"),
... |
121 | | GS_BASE = (94, "gs.base"),
122 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:27:34
|
27 | $disp => Some(Self::$name),
| ^^^^ not found in this scope
...
68 | / registers!(X86, {
69 | | EAX = (0, "eax"),
70 | | ECX = (1, "ecx"),
71 | | EDX = (2, "edx"),
... |
121 | | GS_BASE = (94, "gs.base"),
122 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:29:33
|
29 | _ => return None,
| ^^^^ not found in this scope
...
68 | / registers!(X86, {
69 | | EAX = (0, "eax"),
70 | | ECX = (1, "ecx"),
71 | | EDX = (2, "edx"),
... |
121 | | GS_BASE = (94, "gs.base"),
122 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:14:57
|
14 | pub fn register_name(register: Register) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
130 | / registers!(X86_64, {
131 | | RAX = (0, "rax"),
132 | | RDX = (1, "rdx"),
133 | | RCX = (2, "rcx"),
... |
229 | | K7 = (125, "k7"),
230 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:17:40
|
17 | Self::$name => Some($disp),
| ^^^^ not found in this scope
...
130 | / registers!(X86_64, {
131 | | RAX = (0, "rax"),
132 | | RDX = (1, "rdx"),
133 | | RCX = (2, "rcx"),
... |
229 | | K7 = (125, "k7"),
230 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:19:33
|
19 | _ => return None,
| ^^^^ not found in this scope
...
130 | / registers!(X86_64, {
131 | | RAX = (0, "rax"),
132 | | RDX = (1, "rdx"),
133 | | RCX = (2, "rcx"),
... |
229 | | K7 = (125, "k7"),
230 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:24:46
|
24 | pub fn name_to_register(value: &str) -> Option<Register> {
| ^^^^^^ not found in this scope
...
130 | / registers!(X86_64, {
131 | | RAX = (0, "rax"),
132 | | RDX = (1, "rdx"),
133 | | RCX = (2, "rcx"),
... |
229 | | K7 = (125, "k7"),
230 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:27:34
|
27 | $disp => Some(Self::$name),
| ^^^^ not found in this scope
...
130 | / registers!(X86_64, {
131 | | RAX = (0, "rax"),
132 | | RDX = (1, "rdx"),
133 | | RCX = (2, "rcx"),
... |
229 | | K7 = (125, "k7"),
230 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/arch.rs:29:33
|
29 | _ => return None,
| ^^^^ not found in this scope
...
130 | / registers!(X86_64, {
131 | | RAX = (0, "rax"),
132 | | RDX = (1, "rdx"),
133 | | RCX = (2, "rcx"),
... |
229 | | K7 = (125, "k7"),
230 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `registers` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
93 | / dw!(
94 | | /// The unit type field in a unit header.
95 | | ///
96 | | /// See Section 7.5.1, Table 7.2.
... |
105 | | DW_UT_hi_user = 0xff,
106 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
108 | / dw!(
109 | | /// The opcode for a call frame instruction.
110 | | ///
111 | | /// Section 7.24:
... |
150 | | DW_CFA_GNU_negative_offset_extended = 0x2f,
151 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
153 | / dw!(
154 | | /// The child determination encodings for DIE attributes.
155 | | ///
156 | | /// See Section 7.5.3, Table 7.4.
... |
159 | | DW_CHILDREN_yes = 1,
160 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
162 | / dw!(
163 | | /// The tag encodings for DIE attributes.
164 | | ///
165 | | /// See Section 7.5.3, Table 7.3.
... |
304 | | DW_TAG_BORLAND_Delphi_variant = 0xb004,
305 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
307 | / dw!(
308 | | /// The attribute encodings for DIE attributes.
309 | | ///
310 | | /// See Section 7.5.4, Table 7.5.
... |
613 | | DW_AT_APPLE_property = 0x3fed
614 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
616 | / dw!(
617 | | /// The attribute form encodings for DIE attributes.
618 | | ///
619 | | /// See Section 7.5.6, Table 7.6.
... |
677 | | DW_FORM_GNU_strp_alt = 0x1f21
678 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
680 | / dw!(
681 | | /// The encodings of the constants used in the `DW_AT_encoding` attribute.
682 | | ///
683 | | /// See Section 7.8, Table 7.11.
... |
709 | | DW_ATE_hi_user = 0xff,
710 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
712 | / dw!(
713 | | /// The encodings of the constants used in location list entries.
714 | | ///
715 | | /// See Section 7.7.3, Table 7.10.
... |
726 | | DW_LLE_GNU_view_pair = 0x09,
727 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
729 | / dw!(
730 | | /// The encodings of the constants used in the `DW_AT_decimal_sign` attribute.
731 | | ///
732 | | /// See Section 7.8, Table 7.12.
... |
738 | | DW_DS_trailing_separate = 0x05,
739 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
741 | / dw!(
742 | | /// The encodings of the constants used in the `DW_AT_endianity` attribute.
743 | | ///
744 | | /// See Section 7.8, Table 7.13.
... |
750 | | DW_END_hi_user = 0xff,
751 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
753 | / dw!(
754 | | /// The encodings of the constants used in the `DW_AT_accessibility` attribute.
755 | | ///
756 | | /// See Section 7.9, Table 7.14.
... |
760 | | DW_ACCESS_private = 0x03,
761 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
763 | / dw!(
764 | | /// The encodings of the constants used in the `DW_AT_visibility` attribute.
765 | | ///
766 | | /// See Section 7.10, Table 7.15.
... |
770 | | DW_VIS_qualified = 0x03,
771 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
773 | / dw!(
774 | | /// The encodings of the constants used in the `DW_AT_virtuality` attribute.
775 | | ///
776 | | /// See Section 7.11, Table 7.16.
... |
780 | | DW_VIRTUALITY_pure_virtual = 0x02,
781 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
783 | / dw!(
784 | | /// The encodings of the constants used in the `DW_AT_language` attribute.
785 | | ///
786 | | /// See Section 7.12, Table 7.17.
... |
842 | | DW_LANG_BORLAND_Delphi = 0xb000,
843 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:847:41
|
847 | pub fn default_lower_bound(self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:871:32
|
871 | | DW_LANG_BLISS => Some(0),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:875:56
|
875 | | DW_LANG_Fortran03 | DW_LANG_Fortran08 => Some(1),
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:876:18
|
876 | _ => None,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
881 | / dw!(
882 | | /// The encodings of the constants used in the `DW_AT_address_class` attribute.
883 | | ///
884 | | /// There is only one value that is common to all target architectures.
... |
887 | | DW_ADDR_none = 0x00,
888 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
890 | / dw!(
891 | | /// The encodings of the constants used in the `DW_AT_identifier_case` attribute.
892 | | ///
893 | | /// See Section 7.14, Table 7.18.
... |
898 | | DW_ID_case_insensitive = 0x03,
899 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
901 | / dw!(
902 | | /// The encodings of the constants used in the `DW_AT_calling_convention` attribute.
903 | | ///
904 | | /// See Section 7.15, Table 7.19.
... |
912 | | DW_CC_hi_user = 0xff,
913 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
915 | / dw!(
916 | | /// The encodings of the constants used in the `DW_AT_inline` attribute.
917 | | ///
918 | | /// See Section 7.16, Table 7.20.
... |
923 | | DW_INL_declared_inlined = 0x03,
924 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
926 | / dw!(
927 | | /// The encodings of the constants used in the `DW_AT_ordering` attribute.
928 | | ///
929 | | /// See Section 7.17, Table 7.17.
... |
932 | | DW_ORD_col_major = 0x01,
933 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
935 | / dw!(
936 | | /// The encodings of the constants used in the `DW_AT_discr_list` attribute.
937 | | ///
938 | | /// See Section 7.18, Table 7.22.
... |
941 | | DW_DSC_range = 0x01,
942 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
944 | / dw!(
945 | | /// Name index attribute encodings.
946 | | ///
947 | | /// See Section 7.19, Table 7.23.
... |
955 | | DW_IDX_hi_user = 0x3fff,
956 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
958 | / dw!(
959 | | /// The encodings of the constants used in the `DW_AT_defaulted` attribute.
960 | | ///
961 | | /// See Section 7.20, Table 7.24.
... |
965 | | DW_DEFAULTED_out_of_class = 0x02,
966 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
968 | / dw!(
969 | | /// The encodings for the standard opcodes for line number information.
970 | | ///
971 | | /// See Section 7.22, Table 7.25.
... |
984 | | DW_LNS_set_isa = 0x0c,
985 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
987 | / dw!(
988 | | /// The encodings for the extended opcodes for line number information.
989 | | ///
990 | | /// See Section 7.22, Table 7.26.
... |
998 | | DW_LNE_hi_user = 0xff,
999 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
1001 | / dw!(
1002 | | /// The encodings for the line number header entry formats.
1003 | | ///
1004 | | /// See Section 7.22, Table 7.27.
... |
1012 | | DW_LNCT_hi_user = 0x3fff,
1013 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
1015 | / dw!(
1016 | | /// The encodings for macro information entry types.
1017 | | ///
1018 | | /// See Section 7.23, Table 7.28.
... |
1033 | | DW_MACRO_hi_user = 0xff,
1034 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
1036 | / dw!(
1037 | | /// Range list entry encoding values.
1038 | | ///
1039 | | /// See Section 7.25, Table 7.30.
... |
1048 | | DW_RLE_start_length = 0x07,
1049 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
1051 | / dw!(
1052 | | /// The encodings for DWARF expression operations.
1053 | | ///
1054 | | /// See Section 7.7.1, Table 7.9.
... |
1235 | | DW_OP_WASM_location = 0xed,
1236 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:69:44
|
69 | pub fn static_string(&self) -> Option<&'static str> {
| ^^^^^^ not found in this scope
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:70:17
|
70 | Some(match *self {
| ^^^^ not found in this scope
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:74:33
|
74 | _ => return None,
| ^^^^ not found in this scope
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:80:54
|
80 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> {
| ^^^^^^ not found in this scope
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this type alias
|
28 | use crate::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/constants.rs:81:24
|
81 | if let Some(s) = self.static_string() {
| ^^^^ not found in this scope
...
1238 | / dw!(
1239 | | /// Pointer encoding used by `.eh_frame`.
1240 | | ///
1241 | | /// The four lower bits describe the
... |
1293 | | DW_EH_PE_omit = 0xff,
1294 | | });
| |__- in this macro invocation
|
= note: this error originates in the macro `dw` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:7:22
|
7 | pub trait Endianity: Debug + Default + Clone + Copy + PartialEq + Eq {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:7:30
|
7 | pub trait Endianity: Debug + Default + Clone + Copy + PartialEq + Eq {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:7:40
|
7 | pub trait Endianity: Debug + Default + Clone + Copy + PartialEq + Eq {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:7:48
|
7 | pub trait Endianity: Debug + Default + Clone + Copy + PartialEq + Eq {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:7:55
|
7 | pub trait Endianity: Debug + Default + Clone + Copy + PartialEq + Eq {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:7:67
|
7 | pub trait Endianity: Debug + Default + Clone + Copy + PartialEq + Eq {
| ^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:183:6
|
183 | impl Default for RunTimeEndian {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:208:6
|
208 | impl Default for LittleEndian {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/endianity.rs:226:6
|
226 | impl Default for BigEndian {
| ^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:79:24
|
79 | return Err(Error::BadUnsignedLeb128);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:86:24
|
86 | return Ok(result);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:99:20
|
99 | return Ok(result);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:105:20
|
105 | return Ok(result);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:110:20
|
110 | return Err(Error::BadUnsignedLeb128);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:113:9
|
113 | Ok(result)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:127:24
|
127 | return Err(Error::BadSignedLeb128);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/leb128.rs:144:9
|
144 | Ok(result)
| ^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/addr.rs:61:12
|
61 | F: FnMut(&'a T) -> R,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/addr.rs:77:9
|
77 | impl<R> From<R> for DebugAddr<R> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:87:17
|
87 | impl<R: Reader> From<R> for DebugFrame<R> {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:133:20
|
133 | return Err(Error::UnknownVersion(u64::from(version)));
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:142:24
|
142 | func_base: None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:149:20
|
149 | return Err(Error::CannotParseOmitPointerEncoding);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:160:48
|
160 | Pointer::Indirect(_) => return Err(Error::UnsupportedPointerEncoding),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:164:9
|
164 | Ok(ParsedEhFrameHdr {
| ^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:186:17
|
186 | impl<R: Reader> From<R> for EhFrameHdr<R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:199:28
|
199 | pub fn table(&self) -> Option<EhHdrTable<R>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:210:13
|
210 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:212:13
|
212 | Some(EhHdrTable { hdr: self })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:233:24
|
233 | return Err(Error::VariableLengthSearchTable);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:238:25
|
238 | _ => return Err(Error::UnknownPointerEncoding),
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:249:24
|
249 | func_base: None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:261:48
|
261 | Pointer::Indirect(_) => return Err(Error::UnsupportedPointerEncoding),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:291:25
|
291 | _ => return Err(Error::UnsupportedPointerEncoding),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:296:25
|
296 | _ => return Err(Error::UnsupportedPointerEncoding),
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:331:12
|
331 | F: FnMut(
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:341:13
|
341 | Ok(entry)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:343:13
|
343 | Err(Error::NoUnwindInfoForAddress)
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:358:12
|
358 | F: FnMut(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:381:12
|
381 | F: FnMut(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:451:17
|
451 | impl<R: Reader> From<R> for EhFrame<R> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:474:36
|
474 | pub trait UnwindOffset<T = usize>: Copy + Debug + Eq + From<T>
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:474:43
|
474 | pub trait UnwindOffset<T = usize>: Copy + Debug + Eq + From<T>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:474:51
|
474 | pub trait UnwindOffset<T = usize>: Copy + Debug + Eq + From<T>
| ^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:474:56
|
474 | pub trait UnwindOffset<T = usize>: Copy + Debug + Eq + From<T>
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:526:73
|
526 | fn resolve_cie_offset(&self, base: R::Offset, offset: R::Offset) -> Option<R::Offset>;
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:542:37
|
542 | pub trait UnwindSection<R: Reader>: Clone + Debug + _UnwindSectionPrivate<R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:542:45
|
542 | pub trait UnwindSection<R: Reader>: Clone + Debug + _UnwindSectionPrivate<R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:592:12
|
592 | F: FnMut(&Self, &BaseAddresses, Self::Offset) -> Result<CommonInformationEntry<R>>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:616:12
|
616 | F: FnMut(&Self, &BaseAddresses, Self::Offset) -> Result<CommonInformationEntry<R>>,
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:619:19
|
619 | while let Some(entry) = entries.next()? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:625:32
|
625 | return Ok(fde);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:630:9
|
630 | Err(Error::NoUnwindInfoForAddress)
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:687:12
|
687 | F: FnMut(&Self, &BaseAddresses, Self::Offset) -> Result<CommonInformationEntry<R>>,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:717:70
|
717 | fn resolve_cie_offset(&self, _: R::Offset, offset: R::Offset) -> Option<R::Offset> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:718:9
|
718 | Some(offset)
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:757:73
|
757 | fn resolve_cie_offset(&self, base: R::Offset, offset: R::Offset) -> Option<R::Offset> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:816:18
|
816 | pub section: Option<u64>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:820:15
|
820 | pub text: Option<u64>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:829:15
|
829 | pub data: Option<u64>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:836:37
|
836 | self.eh_frame_hdr.section = Some(addr);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:837:34
|
837 | self.eh_frame_hdr.data = Some(addr);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:844:33
|
844 | self.eh_frame.section = Some(addr);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:851:34
|
851 | self.eh_frame_hdr.text = Some(addr);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:852:30
|
852 | self.eh_frame.text = Some(addr);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:859:30
|
859 | self.eh_frame.data = Some(addr);
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:920:38
|
920 | pub fn next(&mut self) -> Result<Option<CieOrFde<'bases, Section, R>>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:922:20
|
922 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:922:23
|
922 | return Ok(None);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:926:13
|
926 | Err(e) => {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:928:17
|
928 | Err(e)
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:930:13
|
930 | Ok(None) => {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:932:17
|
932 | Ok(None)
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:934:13
|
934 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:934:16
|
934 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:934:32
|
934 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:934:35
|
934 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:973:13
|
973 | ) -> Result<Option<CieOrFde<'bases, Section, R>>>
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:983:20
|
983 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:983:23
|
983 | return Ok(None);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1005:9
|
1005 | Ok(Some(CieOrFde::Cie(cie)))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1005:12
|
1005 | Ok(Some(CieOrFde::Cie(cie)))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1009:28
|
1009 | None => return Err(Error::OffsetOutOfBounds),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1010:13
|
1010 | Some(cie_offset) => cie_offset,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1023:9
|
1023 | Ok(Some(CieOrFde::Fde(fde)))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1023:12
|
1023 | Ok(Some(CieOrFde::Fde(fde)))
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1041:11
|
1041 | lsda: Option<constants::DwEhPe>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1050:18
|
1050 | personality: Option<(constants::DwEhPe, Pointer)>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1057:27
|
1057 | fde_address_encoding: Option<constants::DwEhPe>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1083:24
|
1083 | let mut data = None;
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1090:32
|
1090 | return Err(Error::UnknownAugmentation);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1094:28
|
1094 | data = Some(input.split(augmentation_length)?);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1099:41
|
1099 | augmentation.lsda = Some(encoding);
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1106:36
|
1106 | func_base: None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1112:48
|
1112 | augmentation.personality = Some((encoding, personality));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1117:57
|
1117 | augmentation.fde_address_encoding = Some(encoding);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1120:29
|
1120 | _ => return Err(Error::UnknownAugmentation),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1126:9
|
1126 | Ok(augmentation)
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1133:11
|
1133 | lsda: Option<Pointer>,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1151:16
|
1151 | if let Some(encoding) = augmentation.lsda {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1153:38
|
1153 | augmentation_data.lsda = Some(lsda);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1155:9
|
1155 | Ok(augmentation_data)
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1184:19
|
1184 | augmentation: Option<Augmentation>,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1228:13
|
1228 | Some(CieOrFde::Cie(cie)) => Ok(cie),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1228:41
|
1228 | Some(CieOrFde::Cie(cie)) => Ok(cie),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1229:13
|
1229 | Some(CieOrFde::Fde(_)) => Err(Error::NotCieId),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1229:39
|
1229 | Some(CieOrFde::Fde(_)) => Err(Error::NotCieId),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1230:21
|
1230 | None => Err(Error::NoEntryAtGivenOffset),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1249:25
|
1249 | _ => return Err(Error::UnknownVersion(u64::from(version))),
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1272:13
|
1272 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1274:13
|
1274 | Some(Augmentation::parse(
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1297:9
|
1297 | Ok(entry)
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1339:31
|
1339 | address_encoding: None,
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1342:28
|
1342 | func_base: None,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1367:35
|
1367 | pub fn augmentation(&self) -> Option<&Augmentation> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1377:36
|
1377 | pub fn lsda_encoding(&self) -> Option<constants::DwEhPe> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1383:48
|
1383 | pub fn personality_with_encoding(&self) -> Option<(constants::DwEhPe, Pointer)> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1389:34
|
1389 | pub fn personality(&self) -> Option<Pointer> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1397:43
|
1397 | pub fn fde_address_encoding(&self) -> Option<constants::DwEhPe> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1455:13
|
1455 | Some(CieOrFde::Cie(_)) => Err(Error::NotFdePointer),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1455:39
|
1455 | Some(CieOrFde::Cie(_)) => Err(Error::NotFdePointer),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1456:13
|
1456 | Some(CieOrFde::Fde(partial)) => Ok(partial),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1456:45
|
1456 | Some(CieOrFde::Fde(partial)) => Ok(partial),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1457:21
|
1457 | None => Err(Error::NoEntryAtGivenOffset),
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1468:12
|
1468 | F: FnMut(&Section, &BaseAddresses, Section::Offset) -> Result<CommonInformationEntry<R>>,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1517:19
|
1517 | augmentation: Option<AugmentationData>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1540:12
|
1540 | F: FnMut(&Section, &BaseAddresses, Section::Offset) -> Result<CommonInformationEntry<R>>,
| ^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1552:24
|
1552 | func_base: None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1558:32
|
1558 | parameters.func_base = Some(initial_address);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1560:31
|
1560 | let aug_data = if let Some(ref augmentation) = cie.augmentation {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1561:13
|
1561 | Some(AugmentationData::parse(
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1567:13
|
1567 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1582:9
|
1582 | Ok(entry)
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1591:16
|
1591 | if let Some(encoding) = encoding {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1600:13
|
1600 | Ok((initial_address, address_range.into()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1604:13
|
1604 | Ok((initial_address, address_range))
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1633:19
|
1633 | while let Some(row) = table.next_row()? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1635:24
|
1635 | return Ok(table.ctx.row());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1638:9
|
1638 | Err(Error::NoUnwindInfoForAddress)
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1686:28
|
1686 | func_base: None,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1717:27
|
1717 | pub fn lsda(&self) -> Option<Pointer> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1731:34
|
1731 | pub fn personality(&self) -> Option<Pointer> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Box` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1767:50
|
1767 | pub struct UninitializedUnwindContext<R: Reader>(Box<UnwindContext<R>>);
| ^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1776:17
|
1776 | impl<R: Reader> Default for UninitializedUnwindContext<R> {
| ^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1800:19
|
1800 | while let Some(_) = table.next_row()? {}
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1803:9
|
1803 | Ok(&mut self.0)
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1904:55
|
1904 | fn get_initial_rule(&self, register: Register) -> Option<RegisterRule<R>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1906:20
|
1906 | return None;
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1909:9
|
1909 | Some(self.initial_rules.get(register))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1923:13
|
1923 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1925:13
|
1925 | Err(Error::CfiStackFull)
| ^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1945:29
|
1945 | impl<R: Reader + PartialEq> PartialEq for UnwindContext<R> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:1945:18
|
1945 | impl<R: Reader + PartialEq> PartialEq for UnwindContext<R> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2011:28
|
2011 | code_alignment_factor: Wrapping<u64>,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2012:28
|
2012 | data_alignment_factor: Wrapping<i64>,
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2035:9
|
2035 | Ok(Self::new_for_fde(section, bases, ctx, fde))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2046:36
|
2046 | code_alignment_factor: Wrapping(fde.cie().code_alignment_factor()),
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2047:36
|
2047 | data_alignment_factor: Wrapping(fde.cie().data_alignment_factor()),
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2065:36
|
2065 | code_alignment_factor: Wrapping(cie.code_alignment_factor()),
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2066:36
|
2066 | data_alignment_factor: Wrapping(cie.data_alignment_factor()),
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2081:42
|
2081 | pub fn next_row(&mut self) -> Result<Option<&UnwindTableRow<R>>> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2088:17
|
2088 | Err(e) => return Err(e),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2088:34
|
2088 | Err(e) => return Err(e),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2090:17
|
2090 | Ok(None) => {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2092:32
|
2092 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2100:28
|
2100 | return Ok(Some(row));
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2100:31
|
2100 | return Ok(Some(row));
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2103:17
|
2103 | Ok(Some(instruction)) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2103:20
|
2103 | Ok(Some(instruction)) => {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2106:32
|
2106 | return Ok(Some(self.ctx.row()));
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2106:35
|
2106 | return Ok(Some(self.ctx.row()));
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2114:38
|
2114 | pub fn into_current_row(self) -> Option<&'ctx UnwindTableRow<R>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2116:13
|
2116 | Some(self.ctx.row())
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2118:13
|
2118 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2132:28
|
2132 | return Err(Error::InvalidAddressRange);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2137:24
|
2137 | return Ok(true);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2140:29
|
2140 | let delta = Wrapping(u64::from(delta)) * self.code_alignment_factor;
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2141:44
|
2141 | self.next_start_address = (Wrapping(self.ctx.start_address()) + delta).0;
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2143:24
|
2143 | return Ok(true);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2160:30
|
2160 | offset: (Wrapping(factored_offset) * data_align).0,
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2171:28
|
2171 | return Err(Error::CfiInstructionInInvalidContext);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2182:28
|
2182 | return Err(Error::CfiInstructionInInvalidContext);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2192:29
|
2192 | *off = (Wrapping(factored_offset) * data_align).0;
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2194:28
|
2194 | return Err(Error::CfiInstructionInInvalidContext);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2214:30
|
2214 | let offset = Wrapping(factored_offset as i64) * self.data_alignment_factor;
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2222:30
|
2222 | let offset = Wrapping(factored_offset) * self.data_alignment_factor;
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2230:30
|
2230 | let offset = Wrapping(factored_offset as i64) * self.data_alignment_factor;
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2238:30
|
2238 | let offset = Wrapping(factored_offset) * self.data_alignment_factor;
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2264:43
|
2264 | let initial_rule = if let Some(rule) = self.ctx.get_initial_rule(register) {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2269:28
|
2269 | return Err(Error::CfiInstructionInInvalidContext);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2282:28
|
2282 | return Err(Error::PopWithEmptyStack);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2300:9
|
2300 | Ok(false)
| ^^ not found in this scope
error[E0412]: cannot find type `MaybeUninit` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2328:20
|
2328 | rules_storage: MaybeUninit<[(Register, RegisterRule<R>); MAX_RULES]>,
| ^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2334:25
|
2334 | impl<R: Reader + Debug> Debug for RegisterRuleMap<R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2334:18
|
2334 | impl<R: Reader + Debug> Debug for RegisterRuleMap<R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2342:17
|
2342 | impl<R: Reader> Default for RegisterRuleMap<R> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2351:25
|
2351 | impl<R: Reader + Clone> Clone for RegisterRuleMap<R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2351:18
|
2351 | impl<R: Reader + Clone> Clone for RegisterRuleMap<R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2361:17
|
2361 | impl<R: Reader> Drop for RegisterRuleMap<R> {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2415:20
|
2415 | if let Some(idx) = idx {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2426:20
|
2426 | return Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2433:24
|
2433 | return Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2453:20
|
2453 | return Err(Error::TooManyRegisterRules);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2466:9
|
2466 | Ok(())
| ^^ not found in this scope
error[E0405]: cannot find trait `FromIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2470:13
|
2470 | impl<'a, R> FromIterator<&'a (Register, RegisterRule<R>)> for RegisterRuleMap<R>
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2476:12
|
2476 | T: IntoIterator<Item = &'a (Register, RegisterRule<R>)>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2490:9
|
2490 | impl<R> PartialEq for RegisterRuleMap<R>
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2492:17
|
2492 | R: Reader + PartialEq,
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2513:9
|
2513 | impl<R> Eq for RegisterRuleMap<R> where R: Reader + Eq {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2513:53
|
2513 | impl<R> Eq for RegisterRuleMap<R> where R: Reader + Eq {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2521:24
|
2521 | impl<'iter, R: Reader> Iterator for RegisterRuleIter<'iter, R> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2524:27
|
2524 | fn next(&mut self) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2540:17
|
2540 | impl<R: Reader> Default for UnwindTableRow<R> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:2678:17
|
2678 | impl<R: Reader> Default for CfaRule<R> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3041:27
|
3041 | address_encoding: Option<DwEhPe>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3049:20
|
3049 | return Ok(CallFrameInstruction::AdvanceLoc {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3057:20
|
3057 | return Ok(CallFrameInstruction::Offset {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3065:20
|
3065 | return Ok(CallFrameInstruction::Restore { register });
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3072:38
|
3072 | constants::DW_CFA_nop => Ok(CallFrameInstruction::Nop),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3075:38
|
3075 | let address = if let Some(encoding) = address_encoding {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3078:37
|
3078 | _ => return Err(Error::UnsupportedPointerEncoding),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3083:17
|
3083 | Ok(CallFrameInstruction::SetLoc { address })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3088:17
|
3088 | Ok(CallFrameInstruction::AdvanceLoc {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3095:17
|
3095 | Ok(CallFrameInstruction::AdvanceLoc {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3102:17
|
3102 | Ok(CallFrameInstruction::AdvanceLoc { delta })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3108:17
|
3108 | Ok(CallFrameInstruction::Offset {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3116:17
|
3116 | Ok(CallFrameInstruction::Restore { register })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3121:17
|
3121 | Ok(CallFrameInstruction::Undefined { register })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3126:17
|
3126 | Ok(CallFrameInstruction::SameValue { register })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3132:17
|
3132 | Ok(CallFrameInstruction::Register {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3138:49
|
3138 | constants::DW_CFA_remember_state => Ok(CallFrameInstruction::RememberState),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3140:48
|
3140 | constants::DW_CFA_restore_state => Ok(CallFrameInstruction::RestoreState),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3145:17
|
3145 | Ok(CallFrameInstruction::DefCfa { register, offset })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3150:17
|
3150 | Ok(CallFrameInstruction::DefCfaRegister { register })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3155:17
|
3155 | Ok(CallFrameInstruction::DefCfaOffset { offset })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3161:17
|
3161 | Ok(CallFrameInstruction::DefCfaExpression {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3170:17
|
3170 | Ok(CallFrameInstruction::Expression {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3179:17
|
3179 | Ok(CallFrameInstruction::OffsetExtendedSf {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3188:17
|
3188 | Ok(CallFrameInstruction::DefCfaSf {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3196:17
|
3196 | Ok(CallFrameInstruction::DefCfaOffsetSf {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3204:17
|
3204 | Ok(CallFrameInstruction::ValOffset {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3213:17
|
3213 | Ok(CallFrameInstruction::ValOffsetSf {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3223:17
|
3223 | Ok(CallFrameInstruction::ValExpression {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3231:17
|
3231 | Ok(CallFrameInstruction::ArgsSize { size })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3234:26
|
3234 | otherwise => Err(Error::UnknownCallFrameInstruction(otherwise)),
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3246:23
|
3246 | address_encoding: Option<constants::DwEhPe>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3252:38
|
3252 | pub fn next(&mut self) -> Result<Option<CallFrameInstruction<R>>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3254:20
|
3254 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3254:23
|
3254 | return Ok(None);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3259:13
|
3259 | Ok(instruction) => Ok(Some(instruction)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3259:32
|
3259 | Ok(instruction) => Ok(Some(instruction)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3259:35
|
3259 | Ok(instruction) => Ok(Some(instruction)),
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3260:13
|
3260 | Err(e) => {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3262:17
|
3262 | Err(e)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3286:9
|
3286 | Ok(eh_pe)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3288:9
|
3288 | Err(Error::UnknownPointerEncoding)
| ^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3307:6
|
3307 | impl Default for Pointer {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Into` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3314:6
|
3314 | impl Into<u64> for Pointer {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3337:16
|
3337 | func_base: Option<u64>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3349:16
|
3349 | return Err(Error::UnknownPointerEncoding);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3353:16
|
3353 | return Err(Error::CannotParseOmitPointerEncoding);
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3359:20
|
3359 | if let Some(section_base) = parameters.bases.section {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3363:24
|
3363 | return Err(Error::PcRelativePointerButSectionBaseIsUndefined);
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3367:20
|
3367 | if let Some(text) = parameters.bases.text {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3370:24
|
3370 | return Err(Error::TextRelativePointerButTextBaseIsUndefined);
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3374:20
|
3374 | if let Some(data) = parameters.bases.data {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3377:24
|
3377 | return Err(Error::DataRelativePointerButDataBaseIsUndefined);
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3381:20
|
3381 | if let Some(func) = parameters.func_base {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3384:24
|
3384 | return Err(Error::FuncRelativePointerInBadContext);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3387:47
|
3387 | constants::DW_EH_PE_aligned => return Err(Error::UnsupportedPointerEncoding),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/cfi.rs:3412:5
|
3412 | Ok(Pointer::new(encoding, base.wrapping_add(offset)))
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:60:14
|
60 | pub sup: Option<Arc<Dwarf<R>>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Arc` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:60:21
|
60 | pub sup: Option<Arc<Dwarf<R>>>,
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:77:12
|
77 | F: FnMut(SectionId) -> core::result::Result<T, E>,
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:84:9
|
84 | Ok(Dwarf {
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:97:18
|
97 | sup: None,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:108:12
|
108 | F: FnMut(SectionId) -> core::result::Result<T, E>,
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:110:20
|
110 | self.sup = Some(Arc::new(Self::load(section)?));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:111:9
|
111 | Ok(())
| ^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:143:12
|
143 | F: FnMut(&'a T) -> R,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:163:26
|
163 | pub fn sup(&self) -> Option<&Dwarf<T>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:239:47
|
239 | AttributeValue::String(string) => Ok(string),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:242:24
|
242 | if let Some(sup) = self.sup() {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:245:21
|
245 | Err(Error::ExpectedStringAttributeValue)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:257:18
|
257 | _ => Err(Error::ExpectedStringAttributeValue),
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:276:83
|
276 | pub fn attr_address(&self, unit: &Unit<R>, attr: AttributeValue<R>) -> Result<Option<u64>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:278:43
|
278 | AttributeValue::Addr(addr) => Ok(Some(addr)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:278:46
|
278 | AttributeValue::Addr(addr) => Ok(Some(addr)),
| ^^^^ not found in this scope
error[E0425]: cannot find value `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:279:84
|
279 | AttributeValue::DebugAddrIndex(index) => self.address(unit, index).map(Some),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:280:18
|
280 | _ => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:280:21
|
280 | _ => Ok(None),
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:346:17
|
346 | ) -> Result<Option<RangeListsOffset<R::Offset>>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:349:17
|
349 | Ok(Some(self.ranges_offset_from_raw(unit, offset)))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:349:20
|
349 | Ok(Some(self.ranges_offset_from_raw(unit, offset)))
| ^^^^ not found in this scope
error[E0425]: cannot find value `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:351:94
|
351 | AttributeValue::DebugRngListsIndex(index) => self.ranges_offset(unit, index).map(Some),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:352:18
|
352 | _ => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:352:21
|
352 | _ => Ok(None),
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:369:17
|
369 | ) -> Result<Option<RngListIter<R>>> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:371:13
|
371 | Some(offset) => Ok(Some(self.ranges(unit, offset)?)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:371:29
|
371 | Some(offset) => Ok(Some(self.ranges(unit, offset)?)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:371:32
|
371 | Some(offset) => Ok(Some(self.ranges(unit, offset)?)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:372:21
|
372 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:384:26
|
384 | let mut low_pc = None;
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:385:27
|
385 | let mut high_pc = None;
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:386:24
|
386 | let mut size = None;
| ^^^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Box`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:177:30
|
177 | BitOrder::Lsb => Box::new(DecodeState::<LsbBuffer>::new(size)) as Boxed,
| ^^^ use of undeclared type `Box`
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:388:19
|
388 | while let Some(attr) = attrs.next()? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:391:30
|
391 | low_pc = Some(
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:397:58
|
397 | AttributeValue::Udata(val) => size = Some(val),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:399:35
|
399 | high_pc = Some(
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:406:28
|
406 | if let Some(list) = self.attr_ranges(unit, attr.value())? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:407:32
|
407 | return Ok(RangeIter(RangeIterInner::List(list)));
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:418:9
|
418 | Ok(RangeIter(RangeIterInner::Single(range)))
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:491:17
|
491 | ) -> Result<Option<LocationListsOffset<R::Offset>>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:493:57
|
493 | AttributeValue::LocationListsRef(offset) => Ok(Some(offset)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:493:60
|
493 | AttributeValue::LocationListsRef(offset) => Ok(Some(offset)),
| ^^^^ not found in this scope
error[E0425]: cannot find value `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:495:56
|
495 | self.locations_offset(unit, index).map(Some)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:497:18
|
497 | _ => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:497:21
|
497 | _ => Ok(None),
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:514:17
|
514 | ) -> Result<Option<LocListIter<R>>> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:516:13
|
516 | Some(offset) => Ok(Some(self.locations(unit, offset)?)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:516:29
|
516 | Some(offset) => Ok(Some(self.locations(unit, offset)?)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:516:32
|
516 | Some(offset) => Ok(Some(self.locations(unit, offset)?)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:517:21
|
517 | None => Ok(None),
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:524:59
|
524 | pub fn lookup_offset_id(&self, id: ReaderOffsetId) -> Option<(bool, SectionId, R::Offset)> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:525:9
|
525 | None.or_else(|| self.debug_abbrev.lookup_offset_id(id))
| ^^^^ not found in this scope
error[E0412]: cannot find type `String` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:547:47
|
547 | pub fn format_error(&self, err: Error) -> String {
| ^^^^^^ not found in this scope
|
help: there is an enum variant `crate::AttributeValue::String`; try using the variant's enum
|
547 | pub fn format_error(&self, err: Error) -> crate::AttributeValue {
| ~~~~~~~~~~~~~~~~~~~~~
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:551:17
|
551 | Some((sup, section, offset)) => {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:583:15
|
583 | pub name: Option<R>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:586:19
|
586 | pub comp_dir: Option<R>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:604:23
|
604 | pub line_program: Option<IncompleteLineProgram<R, Offset>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:607:17
|
607 | pub dwo_id: Option<DwoId>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:617:19
|
617 | name: None,
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:618:23
|
618 | comp_dir: None,
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:634:27
|
634 | line_program: None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:636:84
|
636 | UnitType::Skeleton(dwo_id) | UnitType::SplitCompilation(dwo_id) => Some(dwo_id),
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:637:22
|
637 | _ => None,
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:641:24
|
641 | let mut name = None;
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:642:28
|
642 | let mut comp_dir = None;
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:643:39
|
643 | let mut line_program_offset = None;
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:644:31
|
644 | let mut low_pc_attr = None;
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:651:23
|
651 | while let Some(attr) = attrs.next()? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:654:32
|
654 | name = Some(attr.value());
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:657:36
|
657 | comp_dir = Some(attr.value());
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:660:39
|
660 | low_pc_attr = Some(attr.value());
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:664:51
|
664 | ... line_program_offset = Some(offset);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:690:47
|
690 | ... unit.dwo_id = Some(dwo_id);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:700:13
|
700 | Some(val) => dwarf.attr_string(&unit, val).ok(),
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:704:13
|
704 | Some(val) => dwarf.attr_string(&unit, val).ok(),
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:708:13
|
708 | Some(offset) => Some(dwarf.debug_line.program(
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:708:29
|
708 | Some(offset) => Some(dwarf.debug_line.program(
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:716:16
|
716 | if let Some(low_pc_attr) = low_pc_attr {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:717:20
|
717 | if let Some(addr) = dwarf.attr_address(&unit, low_pc_attr)? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:721:9
|
721 | Ok(unit)
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:751:40
|
751 | pub fn entries_tree(&self, offset: Option<UnitOffset<R::Offset>>) -> Result<EntriesTree<R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:757:39
|
757 | pub fn entries_raw(&self, offset: Option<UnitOffset<R::Offset>>) -> Result<EntriesRaw<R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:777:56
|
777 | pub fn to_unit_offset<R>(&self, unit: &Unit<R>) -> Option<UnitOffset<T>>
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:790:25
|
790 | _ => return None,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:793:13
|
793 | Some(offset) => UnitOffset(offset),
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:797:20
|
797 | return None;
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:799:9
|
799 | Some(offset)
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:831:12
|
831 | Single(Option<Range>),
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:835:17
|
835 | impl<R: Reader> Default for RangeIter<R> {
| ^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:837:42
|
837 | RangeIter(RangeIterInner::Single(None))
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:843:38
|
843 | pub fn next(&mut self) -> Result<Option<Range>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/dwarf.rs:845:54
|
845 | RangeIterInner::Single(ref mut range) => Ok(range.take()),
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:60:37
|
60 | pub fn find(&self, byte: u8) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Cow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:86:38
|
86 | pub fn to_string_lossy(&self) -> Cow<'input, str> {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:93:13
|
93 | Err(Error::UnexpectedEof(self.offset_id()))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:97:13
|
97 | Ok(val)
| ^^ not found in this scope
error[E0412]: cannot find type `Range` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:123:30
|
123 | pub fn range(&self, idx: Range<usize>) -> EndianSlice<'input, Endian> {
| ^^^^^ not found in this scope
|
help: consider importing this struct
|
3 | use crate::Range;
|
error[E0412]: cannot find type `RangeFrom` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:141:35
|
141 | pub fn range_from(&self, idx: RangeFrom<usize>) -> EndianSlice<'input, Endian> {
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `RangeTo` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:159:33
|
159 | pub fn range_to(&self, idx: RangeTo<usize>) -> EndianSlice<'input, Endian> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Index` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:167:22
|
167 | impl<'input, Endian> Index<usize> for EndianSlice<'input, Endian>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Index` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:177:22
|
177 | impl<'input, Endian> Index<RangeFrom<usize>> for EndianSlice<'input, Endian>
| ^^^^^ not found in this scope
error[E0412]: cannot find type `RangeFrom` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:177:28
|
177 | impl<'input, Endian> Index<RangeFrom<usize>> for EndianSlice<'input, Endian>
| ^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `RangeFrom` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:182:26
|
182 | fn index(&self, idx: RangeFrom<usize>) -> &Self::Output {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Deref` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:187:22
|
187 | impl<'input, Endian> Deref for EndianSlice<'input, Endian>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Into` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:197:22
|
197 | impl<'input, Endian> Into<&'input [u8]> for EndianSlice<'input, Endian>
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:236:13
|
236 | Err(Error::UnexpectedEof(self.offset_id()))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:239:13
|
239 | Ok(())
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:254:55
|
254 | fn lookup_offset_id(&self, id: ReaderOffsetId) -> Option<Self::Offset> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:259:13
|
259 | Some((id - self_id) as usize)
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:261:13
|
261 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:274:13
|
274 | Err(Error::UnexpectedEof(self.offset_id()))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:277:13
|
277 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:284:9
|
284 | Ok(EndianSlice::new(slice, self.endian))
| ^^ not found in this scope
error[E0412]: cannot find type `Cow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:288:34
|
288 | fn to_slice(&self) -> Result<Cow<[u8]>> {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:289:9
|
289 | Ok(self.slice.into())
| ^^ not found in this scope
error[E0412]: cannot find type `Cow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:293:35
|
293 | fn to_string(&self) -> Result<Cow<str>> {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:295:13
|
295 | Ok(s) => Ok(s.into()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:295:22
|
295 | Ok(s) => Ok(s.into()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:296:18
|
296 | _ => Err(Error::BadUtf8),
| ^^^ not found in this scope
error[E0412]: cannot find type `Cow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:301:41
|
301 | fn to_string_lossy(&self) -> Result<Cow<str>> {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:302:9
|
302 | Ok(String::from_utf8_lossy(self.slice))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/endian_slice.rs:309:9
|
309 | Ok(())
| ^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:5
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:13
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:20
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:25
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^^ not found in this scope
error[E0405]: cannot find trait `Hash` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:31
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Add` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:38
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^^ not found in this scope
error[E0405]: cannot find trait `AddAssign` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:59
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sub` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:24:71
|
24 | Debug + Copy + Eq + Ord + Hash + Add<Output = Self> + AddAssign + Sub<Output = Self>
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:50:42
|
50 | fn checked_sub(self, other: Self) -> Option<Self>;
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:76:9
|
76 | Ok(offset)
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:90:42
|
90 | fn checked_sub(self, other: Self) -> Option<Self> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:120:13
|
120 | Ok(offset)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:122:13
|
122 | Err(Error::UnsupportedOffset)
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:137:42
|
137 | fn checked_sub(self, other: Self) -> Option<Self> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:167:13
|
167 | Ok(offset)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:169:13
|
169 | Err(Error::UnsupportedOffset)
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:184:42
|
184 | fn checked_sub(self, other: Self) -> Option<Self> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:208:19
|
208 | pub trait Reader: Debug + Clone {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:208:27
|
208 | pub trait Reader: Debug + Clone {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:239:55
|
239 | fn lookup_offset_id(&self, id: ReaderOffsetId) -> Option<Self::Offset>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Cow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:260:34
|
260 | fn to_slice(&self) -> Result<Cow<[u8]>>;
| ^^^ not found in this scope
error[E0412]: cannot find type `Cow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:270:35
|
270 | fn to_string(&self) -> Result<Cow<str>>;
| ^^^ not found in this scope
error[E0412]: cannot find type `Cow` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:278:41
|
278 | fn to_string_lossy(&self) -> Result<Cow<str>>;
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:287:12
|
287 | A: Sized + Default + AsMut<[u8]>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:287:20
|
287 | A: Sized + Default + AsMut<[u8]>,
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:287:30
|
287 | A: Sized + Default + AsMut<[u8]>,
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:291:9
|
291 | Ok(val)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:304:9
|
304 | Ok(a[0])
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:311:9
|
311 | Ok(a[0] as i8)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:318:9
|
318 | Ok(self.endian().read_u16(&a))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:325:9
|
325 | Ok(self.endian().read_i16(&a))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:332:9
|
332 | Ok(self.endian().read_u32(&a))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:339:9
|
339 | Ok(self.endian().read_i32(&a))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:346:9
|
346 | Ok(self.endian().read_u64(&a))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:353:9
|
353 | Ok(self.endian().read_i64(&a))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:360:9
|
360 | Ok(self.endian().read_f32(&a))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:367:9
|
367 | Ok(self.endian().read_f64(&a))
| ^^ not found in this scope
error[E0433]: failed to resolve: use of undeclared type `Box`
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/weezl-0.1.5/src/decode.rs:178:30
|
178 | BitOrder::Msb => Box::new(DecodeState::<MsbBuffer>::new(size)) as Boxed,
| ^^^ use of undeclared type `Box`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:379:9
|
379 | Ok(self.endian().read_uint(&buf[..n]))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:387:9
|
387 | Ok(val)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:422:13
|
422 | Ok((Self::Offset::from_u32(val), Format::Dwarf32))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:425:13
|
425 | Ok((val, Format::Dwarf64))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:427:13
|
427 | Err(Error::UnknownReservedLength)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:438:26
|
438 | otherwise => Err(Error::UnsupportedAddressSize(otherwise)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/reader.rs:474:26
|
474 | otherwise => Err(Error::UnsupportedOffsetSize(otherwise)),
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:79:12
|
79 | F: FnMut(&'a T) -> R,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:95:9
|
95 | impl<R> From<R> for DebugAbbrev<R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:110:10
|
110 | vec: Vec<Abbreviation>,
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:136:24
|
136 | return Err(());
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:139:28
|
139 | return Err(());
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:142:28
|
142 | return Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:147:46
|
147 | btree_map::Entry::Occupied(_) => Err(()),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:150:17
|
150 | Ok(())
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:157:37
|
157 | pub fn get(&self, code: u64) -> Option<&Abbreviation> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:158:16
|
158 | if let Ok(code) = usize::try_from(code) {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:161:24
|
161 | return Some(&self.vec[index]);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:172:19
|
172 | while let Some(abbrev) = Abbreviation::parse(input)? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:174:24
|
174 | return Err(Error::DuplicateAbbreviationCode);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:178:9
|
178 | Ok(abbrevs)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:241:13
|
241 | Err(Error::AbbreviationTagZero)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:243:13
|
243 | Ok(constants::DwTag(val))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:252:13
|
252 | Ok(val)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:254:13
|
254 | Err(Error::BadHasChildren)
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:263:19
|
263 | while let Some(attr) = AttributeSpecification::parse(input)? {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:267:9
|
267 | Ok(attrs)
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:272:50
|
272 | fn parse<R: Reader>(input: &mut R) -> Result<Option<Abbreviation>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:275:20
|
275 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:275:23
|
275 | return Ok(None);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:282:9
|
282 | Ok(Some(abbrev))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:282:12
|
282 | Ok(Some(abbrev))
| ^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:293:10
|
293 | Heap(Vec<AttributeSpecification>),
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:303:89
|
303 | AttributeSpecification::new(constants::DW_AT_null, constants::DW_FORM_null, None);
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Debug` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:330:6
|
330 | impl Debug for Attributes {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:336:6
|
336 | impl PartialEq for Attributes {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:342:6
|
342 | impl Eq for Attributes {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Deref` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:344:6
|
344 | impl Deref for Attributes {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FromIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:354:6
|
354 | impl FromIterator<AttributeSpecification> for Attributes {
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:357:12
|
357 | I: IntoIterator<Item = AttributeSpecification>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:367:6
|
367 | impl From<Vec<AttributeSpecification>> for Attributes {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:367:11
|
367 | impl From<Vec<AttributeSpecification>> for Attributes {
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:368:19
|
368 | fn from(list: Vec<AttributeSpecification>) -> Attributes {
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:389:31
|
389 | implicit_const_value: Option<i64>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:416:43
|
416 | pub fn implicit_const_value(&self) -> Option<i64> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:418:13
|
418 | Some(self.implicit_const_value)
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:420:13
|
420 | None
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:428:62
|
428 | pub fn size<R: Reader>(&self, header: &UnitHeader<R>) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:430:40
|
430 | constants::DW_FORM_addr => Some(header.address_size() as usize),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:432:50
|
432 | constants::DW_FORM_implicit_const => Some(0),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:437:40
|
437 | constants::DW_FORM_ref1 => Some(1),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:440:40
|
440 | constants::DW_FORM_ref2 => Some(2),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:443:40
|
443 | constants::DW_FORM_ref4 => Some(4),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:446:40
|
446 | constants::DW_FORM_ref8 => Some(8),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:451:40
|
451 | constants::DW_FORM_strp => Some(header.format().word_size() as usize),
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:466:18
|
466 | _ => None,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:474:13
|
474 | Err(Error::AttributeFormZero)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:476:13
|
476 | Ok(constants::DwForm(val))
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:482:50
|
482 | fn parse<R: Reader>(input: &mut R) -> Result<Option<AttributeSpecification>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:488:17
|
488 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:488:20
|
488 | Ok(None)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:490:17
|
490 | Err(Error::ExpectedZero)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:497:13
|
497 | Some(input.read_sleb128()?)
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:499:13
|
499 | None
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:502:9
|
502 | Ok(Some(spec))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/abbrev.rs:502:12
|
502 | Ok(Some(spec))
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:75:12
|
75 | F: FnMut(&'a T) -> R,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:91:9
|
91 | impl<R> From<R> for DebugAranges<R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:106:38
|
106 | pub fn next(&mut self) -> Result<Option<ArangeHeader<R>>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:108:20
|
108 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:108:23
|
108 | return Ok(None);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:113:13
|
113 | Ok(header) => {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:115:17
|
115 | Ok(Some(header))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:115:20
|
115 | Ok(Some(header))
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:117:13
|
117 | Err(e) => {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:119:17
|
119 | Err(e)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:167:20
|
167 | return Err(Error::UnknownVersion(u64::from(version)));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:185:20
|
185 | return Err(Error::InvalidAddressRange)?;
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:200:9
|
200 | Ok(ArangeHeader {
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:269:38
|
269 | pub fn next(&mut self) -> Result<Option<ArangeEntry>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:271:20
|
271 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:271:23
|
271 | return Ok(None);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:275:13
|
275 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:275:16
|
275 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:275:32
|
275 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:275:35
|
275 | Ok(Some(entry)) => Ok(Some(entry)),
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:276:13
|
276 | Ok(None) => {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:278:17
|
278 | Ok(None)
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:280:13
|
280 | Err(e) => {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:282:17
|
282 | Err(e)
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:301:14
|
301 | segment: Option<u64>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:312:17
|
312 | ) -> Result<Option<Self>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:318:20
|
318 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:318:23
|
318 | return Ok(None);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:334:18
|
334 | _ => Ok(Some(ArangeEntry {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:334:21
|
334 | _ => Ok(Some(ArangeEntry {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:336:21
|
336 | Some(segment)
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:338:21
|
338 | None
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/aranges.rs:348:30
|
348 | pub fn segment(&self) -> Option<u64> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:73:19
|
73 | comp_dir: Option<R>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:74:20
|
74 | comp_name: Option<R>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:80:9
|
80 | Ok(program)
| ^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:102:12
|
102 | F: FnMut(&'a T) -> R,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:118:9
|
118 | impl<R> From<R> for DebugLine<R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:244:42
|
244 | pub fn next_row(&mut self) -> Result<Option<(&LineProgramHeader<R, Offset>, &LineRow)>> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:251:17
|
251 | Err(err) => return Err(err),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:251:36
|
251 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:252:17
|
252 | Ok(None) => return Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:252:36
|
252 | Ok(None) => return Ok(None),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:253:17
|
253 | Ok(Some(instruction)) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:253:20
|
253 | Ok(Some(instruction)) => {
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:255:32
|
255 | return Ok(Some((self.header(), &self.row)));
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:255:35
|
255 | return Ok(Some((self.header(), &self.row)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:424:51
|
424 | constants::DW_LNE_end_sequence => Ok(LineInstruction::EndSequence),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:428:21
|
428 | Ok(LineInstruction::SetAddress(address))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:435:25
|
435 | Ok(LineInstruction::DefineFile(entry))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:437:25
|
437 | Ok(LineInstruction::UnknownExtended(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:446:21
|
446 | Ok(LineInstruction::SetDiscriminator(discriminator))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:449:30
|
449 | otherwise => Ok(LineInstruction::UnknownExtended(otherwise, instr_rest)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:452:13
|
452 | Ok(LineInstruction::Special(opcode))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:455:43
|
455 | constants::DW_LNS_copy => Ok(LineInstruction::Copy),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:459:21
|
459 | Ok(LineInstruction::AdvancePc(advance))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:464:21
|
464 | Ok(LineInstruction::AdvanceLine(increment))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:469:21
|
469 | Ok(LineInstruction::SetFile(file))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:474:21
|
474 | Ok(LineInstruction::SetColumn(column))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:477:50
|
477 | constants::DW_LNS_negate_stmt => Ok(LineInstruction::NegateStatement),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:479:54
|
479 | constants::DW_LNS_set_basic_block => Ok(LineInstruction::SetBasicBlock),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:481:51
|
481 | constants::DW_LNS_const_add_pc => Ok(LineInstruction::ConstAddPc),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:485:21
|
485 | Ok(LineInstruction::FixedAddPc(advance))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:488:55
|
488 | constants::DW_LNS_set_prologue_end => Ok(LineInstruction::SetPrologueEnd),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:490:57
|
490 | constants::DW_LNS_set_epilogue_begin => Ok(LineInstruction::SetEpilogueBegin),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:494:21
|
494 | Ok(LineInstruction::SetIsa(isa))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:502:30
|
502 | 0 => Ok(LineInstruction::UnknownStandard0(otherwise)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:505:29
|
505 | ... Ok(LineInstruction::UnknownStandard1(otherwise, arg))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:514:29
|
514 | ... Ok(LineInstruction::UnknownStandardN(otherwise, args))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:594:9
|
594 | Ok(LineInstructions { input })
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:614:17
|
614 | ) -> Result<Option<LineInstruction<R>>> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:616:20
|
616 | return Ok(None);
| ^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:616:23
|
616 | return Ok(None);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:620:13
|
620 | Ok(instruction) => Ok(Some(instruction)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:620:32
|
620 | Ok(instruction) => Ok(Some(instruction)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:620:35
|
620 | Ok(instruction) => Ok(Some(instruction)),
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:621:13
|
621 | Err(e) => {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:623:17
|
623 | Err(e)
| ^^^ not found in this scope
error[E0412]: cannot find type `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:638:14
|
638 | address: Wrapping<u64>,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:639:15
|
639 | op_index: Wrapping<u64>,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:641:11
|
641 | line: Wrapping<u64>,
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:658:22
|
658 | address: Wrapping(0),
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:659:23
|
659 | op_index: Wrapping(0),
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:661:19
|
661 | line: Wrapping(1),
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:709:10
|
709 | ) -> Option<&'header FileEntry<R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:718:27
|
718 | pub fn line(&self) -> Option<NonZeroU64> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `NonZeroU64` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:718:34
|
652 | impl LineRow {
| - help: you might be missing a type parameter: `<NonZeroU64>`
...
718 | pub fn line(&self) -> Option<NonZeroU64> {
| ^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:857:33
|
857 | self.address += Wrapping(u64::from(operand));
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:935:26
|
935 | self.line += Wrapping(line_increment as u64);
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:945:33
|
945 | let operation_advance = Wrapping(operation_advance);
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:948:42
|
948 | let minimum_instruction_length = Wrapping(minimum_instruction_length);
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Wrapping` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:952:50
|
952 | let maximum_operations_per_instruction = Wrapping(maximum_operations_per_instruction);
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `NonZeroU64` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:994:12
|
994 | Column(NonZeroU64),
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1047:29
|
1047 | directory_entry_format: Vec<FileEntryFormat>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1057:26
|
1057 | include_directories: Vec<AttributeValue<R, Offset>>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1060:29
|
1060 | file_name_entry_format: Vec<FileEntryFormat>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1065:17
|
1065 | file_names: Vec<FileEntry<R, Offset>>,
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1071:15
|
1071 | comp_dir: Option<R>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1074:16
|
1074 | comp_file: Option<FileEntry<R, Offset>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1179:48
|
1179 | pub fn directory(&self, directory: u64) -> Option<AttributeValue<R, Offset>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1238:38
|
1238 | pub fn file(&self, file: u64) -> Option<&FileEntry<R, Offset>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/ozan/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.25.0/src/read/line.rs:1285:23
|
1285 | mut comp_dir: Option<R>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment