Skip to content

Instantly share code, notes, and snippets.

@carina-akaia
Created March 10, 2023 22:04
Show Gist options
  • Save carina-akaia/2a80209df89e7cdf0e7bb174a6fa3bed to your computer and use it in GitHub Desktop.
Save carina-akaia/2a80209df89e7cdf0e7bb174a6fa3bed to your computer and use it in GitHub Desktop.
SputnikDAO main branch build error March 11 2023
This file has been truncated, but you can view the full file.
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:211:28
|
211 | return Ok(nonzero);
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:214:13
|
214 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:195:17
|
195 | Ok(v as Self::Value)
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:197:17
|
197 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:211:28
|
211 | return Ok(nonzero);
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:214:13
|
214 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:195:17
|
195 | Ok(v as Self::Value)
| ^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:197:17
|
197 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:211:28
|
211 | return Ok(nonzero);
| ^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:214:13
|
214 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:227:17
|
227 | Ok(v as Self::Value)
| ^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:229:17
|
229 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:241:28
|
241 | return Ok(nonzero);
| ^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:244:13
|
244 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:227:17
|
227 | Ok(v as Self::Value)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:229:17
|
229 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:241:28
|
241 | return Ok(nonzero);
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:244:13
|
244 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:227:17
|
227 | Ok(v as Self::Value)
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:229:17
|
229 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:241:28
|
241 | return Ok(nonzero);
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:244:13
|
244 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:227:17
|
227 | Ok(v as Self::Value)
| ^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:229:17
|
229 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:241:28
|
241 | return Ok(nonzero);
| ^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:244:13
|
244 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:227:17
|
227 | Ok(v as Self::Value)
| ^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:229:17
|
229 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:241:28
|
241 | return Ok(nonzero);
| ^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:244:13
|
244 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
353 | / impl_deserialize_num! {
354 | | f32, deserialize_f32
355 | | num_self!(f32:visit_f32);
356 | | num_as_self!(f64:visit_f64);
357 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
358 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
359 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
353 | / impl_deserialize_num! {
354 | | f32, deserialize_f32
355 | | num_self!(f32:visit_f32);
356 | | num_as_self!(f64:visit_f64);
357 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
358 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
359 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
361 | / impl_deserialize_num! {
362 | | f64, deserialize_f64
363 | | num_self!(f64:visit_f64);
364 | | num_as_self!(f32:visit_f32);
365 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
366 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
367 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
361 | / impl_deserialize_num! {
362 | | f64, deserialize_f64
363 | | num_self!(f64:visit_f64);
364 | | num_as_self!(f32:visit_f32);
365 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
366 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
367 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:379:21
|
379 | Ok(v as Self::Value)
| ^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:381:21
|
381 | Err(Error::invalid_value(
| ^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:398:25
|
398 | Ok(nonzero)
| ^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:400:25
|
400 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:403:21
|
403 | Err(Error::invalid_value(
| ^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:227:17
|
227 | Ok(v as Self::Value)
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:229:17
|
229 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:379:21
|
379 | Ok(v as Self::Value)
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:381:21
|
381 | Err(Error::invalid_value(
| ^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:177:17
|
177 | Ok(nonzero)
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:179:17
|
179 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:241:28
|
241 | return Ok(nonzero);
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:244:13
|
244 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:398:25
|
398 | Ok(nonzero)
| ^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:400:25
|
400 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:403:21
|
403 | Err(Error::invalid_value(
| ^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:445:9
|
445 | Ok(v)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:455:32
|
455 | (Some(c), None) => Ok(c),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:456:18
|
456 | _ => Err(Error::invalid_value(Unexpected::Str(v), &self)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:490:9
|
490 | Ok(v.to_owned())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:497:9
|
497 | Ok(v)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:505:22
|
505 | Ok(s) => Ok(s.to_owned()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:506:23
|
506 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:515:22
|
515 | Ok(s) => Ok(s),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:516:23
|
516 | Err(e) => Err(Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:538:9
|
538 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:546:9
|
546 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:557:17
|
557 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:559:23
|
559 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:570:17
|
570 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:572:23
|
572 | Err(e) => Err(Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:612:9
|
612 | Ok(v) // so easy
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:647:9
|
647 | Ok(v)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:654:9
|
654 | Ok(v.as_bytes())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:777:9
|
777 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:785:9
|
785 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:801:9
|
801 | Ok(T::deserialize(deserializer).ok())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:843:9
|
843 | Ok(PhantomData)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:906:25
|
906 | Ok(values)
| ^^ not found in this scope
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:944:25
|
944 | Ok(())
| ^^ not found in this scope
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:906:25
|
906 | Ok(values)
| ^^ not found in this scope
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:944:25
|
944 | Ok(())
| ^^ not found in this scope
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:906:25
|
906 | Ok(values)
| ^^ not found in this scope
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:944:25
|
944 | Ok(())
| ^^ not found in this scope
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:906:25
|
906 | Ok(values)
| ^^ not found in this scope
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:944:25
|
944 | Ok(())
| ^^ not found in this scope
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:906:25
|
906 | Ok(values)
| ^^ not found in this scope
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:944:25
|
944 | Ok(())
| ^^ not found in this scope
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1042:17
|
1042 | Ok(values)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1084:32
|
1084 | return Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1092:17
|
1092 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1127:9
|
1127 | Ok([])
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1159:21
|
1159 | Ok([$(
| ^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1162:44
|
1162 | None => return Err(Error::invalid_length($n, &self)),
| ^^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1191:32
|
1191 | return Err(Error::invalid_length(idx, &self));
| ^^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1193:21
|
1193 | Ok(())
| ^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1285:52
|
1285 | None => return Err(Error::invalid_length($n, &self)),
| ^^^ not found in this scope
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1289:29
|
1289 | Ok(($($name,)+))
| ^^ not found in this scope
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1318:44
|
1318 | return Err(Error::invalid_length($n, &self));
| ^^^ not found in this scope
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1322:29
|
1322 | Ok(())
| ^^ not found in this scope
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1398:25
|
1398 | Ok(values)
| ^^ not found in this scope
...
1410 | / map_impl!(
1411 | | BTreeMap<K: Ord, V>,
1412 | | map,
1413 | | BTreeMap::new());
| |____________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1398:25
|
1398 | Ok(values)
| ^^ not found in this scope
...
1416 | / map_impl!(
1417 | | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
1418 | | map,
1419 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default()));
| |__________________________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1474:43
|
1474 | $index => Ok($name_kind :: $variant),
| ^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1476:34
|
1476 | _ => Err(Error::invalid_value(Unexpected::Unsigned(value), &self),),
| ^^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1486:57
|
1486 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1488:34
|
1488 | _ => Err(Error::unknown_variant(value, $variants_name)),
| ^^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1498:43
|
1498 | $bytes => Ok($name_kind :: $variant),
| ^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1502:50
|
1502 | Ok(value) => Err(Error::unknown_variant(value, $variants_name)),
| ^^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1503:47
|
1503 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(value), &self)),
| ^^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1474:43
|
1474 | $index => Ok($name_kind :: $variant),
| ^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1476:34
|
1476 | _ => Err(Error::invalid_value(Unexpected::Unsigned(value), &self),),
| ^^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1486:57
|
1486 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1488:34
|
1488 | _ => Err(Error::unknown_variant(value, $variants_name)),
| ^^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1498:43
|
1498 | $bytes => Ok($name_kind :: $variant),
| ^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1502:50
|
1502 | Ok(value) => Err(Error::unknown_variant(value, $variants_name)),
| ^^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1503:47
|
1503 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(value), &self)),
| ^^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1640:9
|
1640 | Ok(v.as_ref())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1678:9
|
1678 | Ok(From::from(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1685:9
|
1685 | Ok(From::from(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1853:9
|
1853 | Ok(RcWeak::new())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1871:9
|
1871 | Ok(ArcWeak::new())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2000:39
|
2000 | ... "secs" => Ok(Field::Secs),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2001:40
|
2001 | ... "nanos" => Ok(Field::Nanos),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2002:34
|
2002 | ... _ => Err(Error::unknown_field(value, FIELDS)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2011:40
|
2011 | ... b"secs" => Ok(Field::Secs),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2012:41
|
2012 | ... b"nanos" => Ok(Field::Nanos),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2015:33
|
2015 | ... Err(Error::unknown_field(&value, FIELDS))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2031:28
|
2031 | Some(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2032:25
|
2032 | None => Err(E::custom("overflow deserializing Duration")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2052:32
|
2052 | return Err(Error::invalid_length(0, &self));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2058:32
|
2058 | return Err(Error::invalid_length(1, &self));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2062:17
|
2062 | Ok(Duration::new(secs, nanos))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2075:40
|
2075 | ... return Err(<A::Error as Error>::duplicate_field("secs"));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2081:40
|
2081 | ... return Err(<A::Error as Error>::duplicate_field("nanos"));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2089:36
|
2089 | None => return Err(<A::Error as Error>::missing_field("secs")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2093:36
|
2093 | None => return Err(<A::Error as Error>::missing_field("nanos")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2096:17
|
2096 | Ok(Duration::new(secs, nanos))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2138:51
|
2138 | ... "secs_since_epoch" => Ok(Field::Secs),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2139:52
|
2139 | ... "nanos_since_epoch" => Ok(Field::Nanos),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2140:34
|
2140 | ... _ => Err(Error::unknown_field(value, FIELDS)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2149:52
|
2149 | ... b"secs_since_epoch" => Ok(Field::Secs),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2150:53
|
2150 | ... b"nanos_since_epoch" => Ok(Field::Nanos),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2153:33
|
2153 | ... Err(Error::unknown_field(&value, FIELDS))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2169:28
|
2169 | Some(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2170:25
|
2170 | None => Err(E::custom("overflow deserializing SystemTime epoch offset")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2190:32
|
2190 | return Err(Error::invalid_length(0, &self));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2196:32
|
2196 | return Err(Error::invalid_length(1, &self));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2200:17
|
2200 | Ok(Duration::new(secs, nanos))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2213:40
|
2213 | ... return Err(<A::Error as Error>::duplicate_field(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2221:40
|
2221 | ... return Err(<A::Error as Error>::duplicate_field(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2231:36
|
2231 | None => return Err(<A::Error as Error>::missing_field("secs_since_epoch")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2235:36
|
2235 | None => return Err(<A::Error as Error>::missing_field("nanos_since_epoch")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2238:17
|
2238 | Ok(Duration::new(secs, nanos))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2280:9
|
2280 | Ok(start..end)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2301:9
|
2301 | Ok(RangeInclusive::new(start, end))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2340:36
|
2340 | "start" => Ok(Field::Start),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2341:34
|
2341 | "end" => Ok(Field::End),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2342:30
|
2342 | _ => Err(Error::unknown_field(value, FIELDS)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2351:37
|
2351 | b"start" => Ok(Field::Start),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2352:35
|
2352 | b"end" => Ok(Field::End),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2355:29
|
2355 | ... Err(Error::unknown_field(&value, FIELDS))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2387:28
|
2387 | return Err(Error::invalid_length(0, &self));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2393:28
|
2393 | return Err(Error::invalid_length(1, &self));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2396:13
|
2396 | Ok((start, end))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2409:36
|
2409 | ... return Err(<A::Error as Error>::duplicate_field("start"));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2415:36
|
2415 | ... return Err(<A::Error as Error>::duplicate_field("end"));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2423:32
|
2423 | None => return Err(<A::Error as Error>::missing_field("start")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2427:32
|
2427 | None => return Err(<A::Error as Error>::missing_field("end")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2429:13
|
2429 | Ok((start, end))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2471:34
|
2471 | ... 0 => Ok(Field::Unbounded),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2472:34
|
2472 | ... 1 => Ok(Field::Included),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2473:34
|
2473 | ... 2 => Ok(Field::Excluded),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2474:34
|
2474 | ... _ => Err(Error::invalid_value(Unexpected::Unsigned(value), &self)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2483:44
|
2483 | ... "Unbounded" => Ok(Field::Unbounded),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2484:43
|
2484 | ... "Included" => Ok(Field::Included),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2485:43
|
2485 | ... "Excluded" => Ok(Field::Excluded),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2486:34
|
2486 | ... _ => Err(Error::unknown_variant(value, VARIANTS)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2495:45
|
2495 | ... b"Unbounded" => Ok(Field::Unbounded),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2496:44
|
2496 | ... b"Included" => Ok(Field::Included),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2497:44
|
2497 | ... b"Excluded" => Ok(Field::Excluded),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2499:46
|
2499 | ... Ok(value) => Err(Error::unknown_variant(value, VARIANTS)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2501:37
|
2501 | ... Err(Error::invalid_value(Unexpected::Bytes(value), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2582:34
|
2582 | ... 0 => Ok(Field::Ok),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2583:34
|
2583 | ... 1 => Ok(Field::Err),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2584:34
|
2584 | ... _ => Err(Error::invalid_value(Unexpected::Unsigned(value), &self)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2593:37
|
2593 | ... "Ok" => Ok(Field::Ok),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2594:38
|
2594 | ... "Err" => Ok(Field::Err),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2595:34
|
2595 | ... _ => Err(Error::unknown_variant(value, VARIANTS)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2604:38
|
2604 | ... b"Ok" => Ok(Field::Ok),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2605:39
|
2605 | ... b"Err" => Ok(Field::Err),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2607:46
|
2607 | ... Ok(value) => Err(Error::unknown_variant(value, VARIANTS)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2609:37
|
2609 | ... Err(Error::invalid_value(Unexpected::Bytes(value), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:569:9
|
569 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:954:13
|
954 | Err(Error::custom("i128 is not supported"))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:988:13
|
988 | Err(Error::custom("u128 is not supported"))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1313:9
|
1313 | Err(Error::invalid_type(Unexpected::Bool(v), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1359:9
|
1359 | Err(Error::invalid_type(Unexpected::Signed(v), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1374:13
|
1374 | Err(Error::invalid_type(Unexpected::Other(writer.as_str()), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1421:9
|
1421 | Err(Error::invalid_type(Unexpected::Unsigned(v), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1436:13
|
1436 | Err(Error::invalid_type(Unexpected::Other(writer.as_str()), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1459:9
|
1459 | Err(Error::invalid_type(Unexpected::Float(v), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1491:9
|
1491 | Err(Error::invalid_type(Unexpected::Str(v), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1551:9
|
1551 | Err(Error::invalid_type(Unexpected::Bytes(v), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1601:9
|
1601 | Err(Error::invalid_type(Unexpected::Option, &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1612:9
|
1612 | Err(Error::invalid_type(Unexpected::Option, &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1622:9
|
1622 | Err(Error::invalid_type(Unexpected::Unit, &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1636:9
|
1636 | Err(Error::invalid_type(Unexpected::NewtypeStruct, &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1647:9
|
1647 | Err(Error::invalid_type(Unexpected::Seq, &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1658:9
|
1658 | Err(Error::invalid_type(Unexpected::Map, &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1669:9
|
1669 | Err(Error::invalid_type(Unexpected::Enum, &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1678:9
|
1678 | Err(())
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1833:17
|
1833 | Ok(Some((key, value)))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1835:21
|
1835 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2291:17
|
2291 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:89:9
|
89 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:93:9
|
93 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:100:9
|
100 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:104:9
|
104 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:117:9
|
117 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:121:9
|
121 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:125:9
|
125 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:133:9
|
133 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:143:9
|
143 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:147:9
|
147 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:155:9
|
155 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:165:9
|
165 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:535:23
|
535 | Err(_) => Err(S::Error::custom("already mutably borrowed")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:551:23
|
551 | Err(_) => Err(S::Error::custom("lock poison error while serializing")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:567:23
|
567 | Err(_) => Err(S::Error::custom("lock poison error while serializing")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:831:21
|
831 | None => Err(Error::custom("path contains invalid UTF-8 characters")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:511:13
|
511 | Err(Error::custom("i128 is not supported"))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:621:13
|
621 | Err(Error::custom("u128 is not supported"))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1905:9
|
1905 | Ok(())
| ^^ help: you might have meant to use the associated type: `Self::Ok`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1971:9
|
1971 | Ok(())
| ^^ help: you might have meant to use the associated type: `Self::Ok`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:37:13
|
37 | Err(Error::missing_field(self.0))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:77:13
|
77 | Ok(Cow::Owned(v.to_owned()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:84:13
|
84 | Ok(Cow::Borrowed(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:91:13
|
91 | Ok(Cow::Owned(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:99:26
|
99 | Ok(s) => Ok(Cow::Owned(s.to_owned())),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:100:27
|
100 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:109:26
|
109 | Ok(s) => Ok(Cow::Borrowed(s)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:110:27
|
110 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:119:26
|
119 | Ok(s) => Ok(Cow::Owned(s)),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:120:27
|
120 | Err(e) => Err(Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:150:13
|
150 | Ok(Cow::Owned(v.as_bytes().to_vec()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:157:13
|
157 | Ok(Cow::Borrowed(v.as_bytes()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:164:13
|
164 | Ok(Cow::Owned(v.into_bytes()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:171:13
|
171 | Ok(Cow::Owned(v.to_vec()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:178:13
|
178 | Ok(Cow::Borrowed(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:185:13
|
185 | Ok(Cow::Owned(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:323:13
|
323 | Ok(Content::Bool(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:330:13
|
330 | Ok(Content::I8(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:337:13
|
337 | Ok(Content::I16(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:344:13
|
344 | Ok(Content::I32(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:351:13
|
351 | Ok(Content::I64(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:358:13
|
358 | Ok(Content::U8(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:365:13
|
365 | Ok(Content::U16(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:372:13
|
372 | Ok(Content::U32(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:379:13
|
379 | Ok(Content::U64(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:386:13
|
386 | Ok(Content::F32(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:393:13
|
393 | Ok(Content::F64(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:400:13
|
400 | Ok(Content::Char(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:407:13
|
407 | Ok(Content::String(value.into()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:414:13
|
414 | Ok(Content::Str(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:421:13
|
421 | Ok(Content::String(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:428:13
|
428 | Ok(Content::ByteBuf(value.into()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:435:13
|
435 | Ok(Content::Bytes(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:442:13
|
442 | Ok(Content::ByteBuf(value))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:449:13
|
449 | Ok(Content::Unit)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:456:13
|
456 | Ok(Content::None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:481:13
|
481 | Ok(Content::Seq(vec))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:492:13
|
492 | Ok(Content::Map(vec))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:499:13
|
499 | Err(de::Error::custom(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:660:17
|
660 | Ok(TagOrContent::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:673:17
|
673 | Ok(TagOrContent::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:686:17
|
686 | Ok(TagOrContent::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:699:17
|
699 | Ok(TagOrContent::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:712:17
|
712 | Ok(TagOrContent::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:725:17
|
725 | Ok(TagOrContent::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:857:28
|
857 | return Err(de::Error::missing_field(self.tag_name));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:861:13
|
861 | Ok(TaggedContent {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:877:36
|
877 | ... return Err(de::Error::duplicate_field(self.tag_name));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:888:25
|
888 | None => Err(de::Error::missing_field(self.tag_name)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:889:30
|
889 | Some(tag) => Ok(TaggedContent {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:934:17
|
934 | Ok(TagOrContentField::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:936:17
|
936 | Ok(TagOrContentField::Content)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:938:17
|
938 | Err(de::Error::invalid_value(Unexpected::Str(field), &self))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:986:17
|
986 | Ok(TagContentOtherField::Tag)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:988:17
|
988 | Ok(TagContentOtherField::Content)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:990:17
|
990 | Ok(TagContentOtherField::Other)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1023:22
|
1023 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1042:22
|
1042 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1056:9
|
1056 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1073:9
|
1073 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1120:22
|
1120 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1202:22
|
1202 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1222:22
|
1222 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1243:22
|
1243 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1265:22
|
1265 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1318:22
|
1318 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1347:22
|
1347 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1363:22
|
1363 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1382:36
|
1382 | ... return Err(de::Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1390:32
|
1390 | return Err(de::Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1399:28
|
1399 | return Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1420:22
|
1420 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1428:13
|
1428 | drop(self);
| ^^^^------
| |
| help: try calling `drop` as a method: `self.drop()`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1441:13
|
1441 | Ok(self.content)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1514:25
|
1514 | None => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1524:25
|
1524 | None => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1539:32
|
1539 | Some(other) => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1543:25
|
1543 | None => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1565:32
|
1565 | Some(other) => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1569:25
|
1569 | None => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1615:21
|
1615 | Ok(ret)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1617:21
|
1617 | Err(de::Error::invalid_length(len, &"fewer elements in array"))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1641:25
|
1641 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1687:25
|
1687 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1697:25
|
1697 | None => Err(de::Error::custom("value is missing")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1755:22
|
1755 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1774:22
|
1774 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1791:9
|
1791 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1811:9
|
1811 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1860:22
|
1860 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1942:22
|
1942 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1955:22
|
1955 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1976:22
|
1976 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2005:22
|
2005 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2038:22
|
2038 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2067:22
|
2067 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2083:22
|
2083 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2102:36
|
2102 | ... return Err(de::Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2110:32
|
2110 | return Err(de::Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2119:28
|
2119 | return Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2144:22
|
2144 | _ => Err(self.invalid_type(&visitor)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2164:13
|
2164 | Ok(self.content.clone())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2224:25
|
2224 | None => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2234:25
|
2234 | None => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2249:32
|
2249 | Some(other) => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2253:25
|
2253 | None => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2275:32
|
2275 | Some(other) => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2279:25
|
2279 | None => Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2325:21
|
2325 | Ok(ret)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2327:21
|
2327 | Err(de::Error::invalid_length(len, &"fewer elements in array"))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2353:25
|
2353 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2399:25
|
2399 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2409:25
|
2409 | None => Err(de::Error::custom("value is missing")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2494:13
|
2494 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2502:13
|
2502 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2539:13
|
2539 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2546:13
|
2546 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2694:9
|
2694 | Err(Error::custom("can only flatten structs and maps"))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2754:9
|
2754 | Err(Error::custom(format_args!(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2791:26
|
2791 | Ok(value) => Ok(value),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2867:9
|
2867 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2876:21
|
2876 | None => Err(Error::custom("value is missing")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2930:9
|
2930 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2939:21
|
2939 | None => Err(Error::custom("value is missing")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2972:9
|
2972 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:120:9
|
120 | Err(self.bad_type(Unsupported::Boolean))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:124:9
|
124 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:128:9
|
128 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:132:9
|
132 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:136:9
|
136 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:140:9
|
140 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:144:9
|
144 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:148:9
|
148 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:152:9
|
152 | Err(self.bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:156:9
|
156 | Err(self.bad_type(Unsupported::Float))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:160:9
|
160 | Err(self.bad_type(Unsupported::Float))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:164:9
|
164 | Err(self.bad_type(Unsupported::Char))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:168:9
|
168 | Err(self.bad_type(Unsupported::String))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:172:9
|
172 | Err(self.bad_type(Unsupported::ByteArray))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:176:9
|
176 | Err(self.bad_type(Unsupported::Optional))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:183:9
|
183 | Err(self.bad_type(Unsupported::Optional))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:187:9
|
187 | Err(self.bad_type(Unsupported::Unit))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:236:9
|
236 | Err(self.bad_type(Unsupported::Sequence))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:240:9
|
240 | Err(self.bad_type(Unsupported::Tuple))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:248:9
|
248 | Err(self.bad_type(Unsupported::TupleStruct))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:275:9
|
275 | Ok(SerializeTupleVariantAsMapValue::new(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:285:9
|
285 | Ok(map)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:295:9
|
295 | Ok(state)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:322:9
|
322 | Ok(SerializeStructVariantAsMapValue::new(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:373:13
|
373 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:417:13
|
417 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:579:13
|
579 | Ok(Content::Bool(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:583:13
|
583 | Ok(Content::I8(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:587:13
|
587 | Ok(Content::I16(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:591:13
|
591 | Ok(Content::I32(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:595:13
|
595 | Ok(Content::I64(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:599:13
|
599 | Ok(Content::U8(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:603:13
|
603 | Ok(Content::U16(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:607:13
|
607 | Ok(Content::U32(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:611:13
|
611 | Ok(Content::U64(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:615:13
|
615 | Ok(Content::F32(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:619:13
|
619 | Ok(Content::F64(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:623:13
|
623 | Ok(Content::Char(v))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:627:13
|
627 | Ok(Content::String(value.to_owned()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:631:13
|
631 | Ok(Content::Bytes(value.to_owned()))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:635:13
|
635 | Ok(Content::None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:642:13
|
642 | Ok(Content::Some(Box::new(try!(value.serialize(self)))))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:646:13
|
646 | Ok(Content::Unit)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:650:13
|
650 | Ok(Content::UnitStruct(name))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:659:13
|
659 | Ok(Content::UnitVariant(name, variant_index, variant))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:670:13
|
670 | Ok(Content::NewtypeStruct(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:686:13
|
686 | Ok(Content::NewtypeVariant(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:695:13
|
695 | Ok(SerializeSeq {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:702:13
|
702 | Ok(SerializeTuple {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:713:13
|
713 | Ok(SerializeTupleStruct {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:727:13
|
727 | Ok(SerializeTupleVariant {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:737:13
|
737 | Ok(SerializeMap {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:749:13
|
749 | Ok(SerializeStruct {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:763:13
|
763 | Ok(SerializeStructVariant {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:791:13
|
791 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:795:13
|
795 | Ok(Content::Seq(self.elements))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:817:13
|
817 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:821:13
|
821 | Ok(Content::Tuple(self.elements))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:844:13
|
844 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:848:13
|
848 | Ok(Content::TupleStruct(self.name, self.fields))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:873:13
|
873 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:877:13
|
877 | Ok(Content::TupleVariant(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:905:13
|
905 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:918:13
|
918 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:922:13
|
922 | Ok(Content::Map(self.entries))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:933:13
|
933 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:956:13
|
956 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:960:13
|
960 | Ok(Content::Struct(self.name, self.fields))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:985:13
|
985 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:989:13
|
989 | Ok(Content::StructVariant(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1032:9
|
1032 | Err(Self::bad_type(Unsupported::Boolean))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1036:9
|
1036 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1040:9
|
1040 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1044:9
|
1044 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1048:9
|
1048 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1052:9
|
1052 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1056:9
|
1056 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1060:9
|
1060 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1064:9
|
1064 | Err(Self::bad_type(Unsupported::Integer))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1068:9
|
1068 | Err(Self::bad_type(Unsupported::Float))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1072:9
|
1072 | Err(Self::bad_type(Unsupported::Float))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1076:9
|
1076 | Err(Self::bad_type(Unsupported::Char))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1080:9
|
1080 | Err(Self::bad_type(Unsupported::String))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1084:9
|
1084 | Err(Self::bad_type(Unsupported::ByteArray))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1088:9
|
1088 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1099:9
|
1099 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1103:9
|
1103 | Err(Self::bad_type(Unsupported::UnitStruct))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1112:9
|
1112 | Err(Self::bad_type(Unsupported::Enum))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1141:9
|
1141 | Err(Self::bad_type(Unsupported::Sequence))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1145:9
|
1145 | Err(Self::bad_type(Unsupported::Tuple))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1153:9
|
1153 | Err(Self::bad_type(Unsupported::TupleStruct))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1163:9
|
1163 | Err(Self::bad_type(Unsupported::Enum))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1167:9
|
1167 | Ok(FlatMapSerializeMap(self.0))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1175:9
|
1175 | Ok(FlatMapSerializeStruct(self.0))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1186:9
|
1186 | Ok(FlatMapSerializeStructVariantAsMapValue::new(
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1231:9
|
1231 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1258:9
|
1258 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1301:9
|
1301 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1308:9
|
1308 | Ok(())
| ^^ not found in this scope
Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0463, E0531.
error: could not compile `serde` due to 1561 previous errors
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) ~63.3s 01:59:10 ≡ 101
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) cat ./build-log.txt ~63.3s 01:59:10 ≡ 101
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) 01:59:20
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) 01:59:58
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) clear 02:00:00
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) ./build.sh 02:00:05
Compiling once_cell v1.10.0
Compiling cfg-if v0.1.10
Compiling ryu v1.0.9
Compiling itoa v1.0.1
Compiling memory_units v0.4.0
Compiling serde v1.0.136
Compiling bs58 v0.4.0
Compiling proc-macro-crate v0.1.5
error[E0463]: can't find crate for `core`
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `compiler_builtins`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:44:5
|
44 | use core::mem::{self, MaybeUninit};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:2:5
|
2 | use core::mem::MaybeUninit;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:3:5
|
3 | use core::{slice, str};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:45:5
|
45 | use core::{ptr, slice, str};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:27:5
|
27 | use core::mem::MaybeUninit;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:21:5
|
21 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:162:7
|
162 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:92:15
|
92 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/udiv128.rs:39:5
|
39 | debug_assert_eq!(quot, n / d as u128);
| ^^^^^^^^^^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/exponent.rs:2:5
|
2 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:92:15
|
92 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mantissa.rs:2:5
|
2 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/udiv128.rs:40:5
|
40 | debug_assert_eq!(rem as u128, n % d as u128);
| ^^^^^^^^^^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mod.rs:9:5
|
9 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mod.rs:182:5
|
182 | debug_assert!(k >= -45);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mod.rs:75:5
|
75 | debug_assert!(k >= -324);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/exponent.rs:39:5
|
39 | debug_assert!(k < 100);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/exponent.rs:13:5
|
13 | debug_assert!(k < 1000);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:110:9
|
110 | debug_assert!(i < d2s::DOUBLE_POW5_SPLIT.len() as u32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:89:9
|
89 | debug_assert!(q < d2s::DOUBLE_POW5_INV_SPLIT.len() as u32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:70:5
|
70 | debug_assert!(shifted_sum <= u32::max_value() as u64);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:59:5
|
59 | debug_assert!(shift > 32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:30:9
|
30 | debug_assert!(value != 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:65:5
|
65 | debug_assert!(p < 64);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:64:5
|
64 | debug_assert!(value != 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:42:9
|
42 | debug_assert!(value != 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:178:21
|
178 | debug_assert!(i < DOUBLE_POW5_SPLIT.len() as i32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:136:21
|
136 | debug_assert!(q < DOUBLE_POW5_INV_SPLIT.len() as u32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:41:5
|
41 | debug_assert!(v < 100000000000000000);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:93:5
|
93 | debug_assert!(e <= 2620);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:92:5
|
92 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:84:5
|
84 | debug_assert!(e <= 1650);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:83:5
|
83 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:69:5
|
69 | debug_assert!(e <= 3528);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:68:5
|
68 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:58:5
|
58 | debug_assert!(e <= 3528);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:57:5
|
57 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:27:5
|
27 | debug_assert!(v < 1000000000);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:75:13
|
75 | debug_assert!(n <= self.bytes.len());
| ^^^^^^^^^^^^
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:61:6
|
61 | impl Default for Buffer {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:68:6
|
68 | impl Clone for Buffer {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:101:23
|
101 | pub trait Sealed: Copy {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:82:6
|
82 | impl Copy for Buffer {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:84:6
|
84 | impl Clone for Buffer {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:91:6
|
91 | impl Default for Buffer {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:108:19
|
108 | pub trait Sealed: Copy {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:30:17
|
30 | impl<T: Into<Bytes>> RoundUpTo<$name> for T {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:37:17
|
37 | impl<T: Into<Self>> ops::Add<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:46:17
|
46 | impl<T: Into<Self>> ops::Sub<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:55:17
|
55 | impl<T: Into<Self>> ops::Mul<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:64:17
|
64 | impl<T: Into<Self>> ops::Div<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:19:14
|
19 | impl From<$name> for Bytes {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_from_bytes` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:30:17
|
30 | impl<T: Into<Bytes>> RoundUpTo<$name> for T {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:37:17
|
37 | impl<T: Into<Self>> ops::Add<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:46:17
|
46 | impl<T: Into<Self>> ops::Sub<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:55:17
|
55 | impl<T: Into<Self>> ops::Mul<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:64:17
|
64 | impl<T: Into<Self>> ops::Div<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:19:14
|
19 | impl From<$name> for Bytes {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_from_bytes` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:30:17
|
30 | impl<T: Into<Bytes>> RoundUpTo<$name> for T {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:37:17
|
37 | impl<T: Into<Self>> ops::Add<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:46:17
|
46 | impl<T: Into<Self>> ops::Sub<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:55:17
|
55 | impl<T: Into<Self>> ops::Mul<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:64:17
|
64 | impl<T: Into<Self>> ops::Div<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/lib.rs:76:1
|
76 | extern crate std;
| ^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `alloc`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/lib.rs:79:1
|
79 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^ can't find crate
error[E0463]: can't find crate for `std`
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `alloc`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:148:1
|
148 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^ can't find crate
error[E0463]: can't find crate for `alloc`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:328:1
|
328 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^ can't find crate
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:3:5
|
3 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:3:5
|
3 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:3:5
|
3 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
For more information about this error, try `rustc --explain E0463`.
Some errors have detailed explanations: E0405, E0463.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `cfg-if` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: could not compile `itoa` due to 9 previous errors
error: could not compile `ryu` due to 38 previous errors
error: could not compile `memory_units` due to 22 previous errors
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:404:38
|
404 | Error::BufferTooSmall => write!(
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:26:3
|
26 | #[derive(Copy, Clone, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:298:51
|
298 | Error::NonAsciiCharacter { index } => write!(
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:293:61
|
293 | Error::InvalidCharacter { character, index } => write!(
| ^^^^^
error[E0432]: unresolved imports `self::core::cmp`, `self::core::iter`, `self::core::mem`, `self::core::num`, `self::core::ptr`, `self::core::slice`, `self::core::str`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:161:26
|
161 | pub use self::core::{cmp, iter, mem, num, ptr, slice, str};
| ^^^ ^^^^ ^^^ ^^^ ^^^ ^^^^^ ^^^ no `str` in `lib::core`
| | | | | | |
| | | | | | no `slice` in `lib::core`
| | | | | no `ptr` in `lib::core`
| | | | no `num` in `lib::core`
| | | no `mem` in `lib::core`
| | no `iter` in `lib::core`
| no `cmp` in `lib::core`
error[E0432]: unresolved imports `self::core::f32`, `self::core::f64`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:162:26
|
162 | pub use self::core::{f32, f64};
| ^^^ ^^^ no `f64` in `lib::core`
| |
| no `f32` in `lib::core`
error[E0432]: unresolved imports `self::core::i16`, `self::core::i32`, `self::core::i64`, `self::core::i8`, `self::core::isize`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:163:26
|
163 | pub use self::core::{i16, i32, i64, i8, isize};
| ^^^ ^^^ ^^^ ^^ ^^^^^ no `isize` in `lib::core`
| | | | |
| | | | no `i8` in `lib::core`
| | | no `i64` in `lib::core`
| | no `i32` in `lib::core`
| no `i16` in `lib::core`
error[E0432]: unresolved imports `self::core::u16`, `self::core::u32`, `self::core::u64`, `self::core::u8`, `self::core::usize`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:164:26
|
164 | pub use self::core::{u16, u32, u64, u8, usize};
| ^^^ ^^^ ^^^ ^^ ^^^^^ no `usize` in `lib::core`
| | | | |
| | | | no `u8` in `lib::core`
| | | no `u64` in `lib::core`
| | no `u32` in `lib::core`
| no `u16` in `lib::core`
error[E0432]: unresolved import `self::core::cell`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:166:25
|
166 | pub use self::core::cell::{Cell, RefCell};
| ^^^^ could not find `cell` in `core`
error[E0432]: unresolved imports `self::core::clone`, `self::core::clone`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:167:25
|
167 | pub use self::core::clone::{self, Clone};
| ^^^^^ ^^^^ no `clone` in `lib::core`
| |
| could not find `clone` in `core`
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:289:38
|
289 | Error::BufferTooSmall => write!(
| ^^^^^
error[E0432]: unresolved imports `self::core::convert`, `self::core::convert`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:168:25
|
168 | pub use self::core::convert::{self, From, Into};
| ^^^^^^^ ^^^^ no `convert` in `lib::core`
| |
| could not find `convert` in `core`
error[E0432]: unresolved imports `self::core::default`, `self::core::default`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:169:25
|
169 | pub use self::core::default::{self, Default};
| ^^^^^^^ ^^^^ no `default` in `lib::core`
| |
| could not find `default` in `core`
error: cannot determine resolution for the macro `vec`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:156:26
|
156 | let mut output = vec![0; self.input.as_ref().len()];
| ^^^
|
= note: import resolution is stuck, try simplifying macro imports
error[E0432]: unresolved imports `self::core::fmt`, `self::core::fmt`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:170:25
|
170 | pub use self::core::fmt::{self, Debug, Display};
| ^^^ ^^^^ no `fmt` in `lib::core`
| |
| could not find `fmt` in `core`
|
note: module `ser::fmt` exists but is inaccessible
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:112:1
|
112 | mod fmt;
| ^^^^^^^^ not accessible
error[E0432]: unresolved imports `self::core::marker`, `self::core::marker`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:171:25
|
171 | pub use self::core::marker::{self, PhantomData};
| ^^^^^^ ^^^^ no `marker` in `lib::core`
| |
| could not find `marker` in `core`
error[E0432]: unresolved import `self::core::num`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:172:25
|
172 | pub use self::core::num::Wrapping;
| ^^^ could not find `num` in `core`
error[E0432]: unresolved import `self::core::ops`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:173:25
|
173 | pub use self::core::ops::Range;
| ^^^ could not find `ops` in `core`
error[E0432]: unresolved imports `self::core::option`, `self::core::option`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:174:25
|
174 | pub use self::core::option::{self, Option};
| ^^^^^^ ^^^^ no `option` in `lib::core`
| |
| could not find `option` in `core`
error[E0432]: unresolved imports `self::core::result`, `self::core::result`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:175:25
|
175 | pub use self::core::result::{self, Result};
| ^^^^^^ ^^^^ no `result` in `lib::core`
| |
| could not find `result` in `core`
error[E0432]: unresolved import `self::core::cmp`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:234:25
|
234 | pub use self::core::cmp::Reverse;
| ^^^ could not find `cmp` in `core`
error[E0432]: unresolved import `self::core::ops`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:237:25
|
237 | pub use self::core::ops::Bound;
| ^^^ could not find `ops` in `core`
error[E0432]: unresolved import `self::core::ops`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:240:25
|
240 | pub use self::core::ops::RangeInclusive;
| ^^^ could not find `ops` in `core`
error[E0432]: unresolved imports `self::core::time`, `lib::fmt`, `lib::fmt::Write`, `lib::str`, `lib::net::IpAddr`, `lib::net::SocketAddr`, `lib::clone::Clone`, `lib::convert::From`, `lib::convert::Into`, `lib::default::Default`, `lib::fmt`, `lib::fmt::Formatter`, `lib::marker::PhantomData`, `lib::option::Option`, `lib::option::Option::None`, `lib::option::Option::Some`, `lib::ptr`, `lib::result::Result`, `lib::result::Result::Err`, `lib::result::Result::Ok`, `lib::ToString`, `lib::Vec`, `lib::convert::TryFrom`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:251:25
|
251 | pub use self::core::time::Duration;
| ^^^^ could not find `time` in `core`
|
::: /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/format.rs:1:16
|
1 | use lib::fmt::{self, Write};
| ^^^^ ^^^^^
2 | use lib::str;
| ^^^^^^^^
|
::: /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1562:17
|
1562 | use lib::net::IpAddr;
| ^^^^^^^^^^^^^^^^
...
1605 | use lib::net::SocketAddr;
| ^^^^^^^^^^^^^^^^^^^^
|
::: /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/mod.rs:11:9
|
11 | pub use lib::clone::Clone;
| ^^^^^^^^^^^^^^^^^
12 | pub use lib::convert::{From, Into};
| ^^^^ ^^^^
13 | pub use lib::default::Default;
| ^^^^^^^^^^^^^^^^^^^^^
14 | pub use lib::fmt::{self, Formatter};
| ^^^^ ^^^^^^^^^
15 | pub use lib::marker::PhantomData;
| ^^^^^^^^^^^^^^^^^^^^^^^^
16 | pub use lib::option::Option::{self, None, Some};
| ^^^^ ^^^^ ^^^^
17 | pub use lib::ptr;
| ^^^^^^^^
18 | pub use lib::result::Result::{self, Err, Ok};
| ^^^^ ^^^ ^^
...
23 | pub use lib::{ToString, Vec};
| ^^^^^^^^ ^^^
...
26 | pub use lib::convert::TryFrom;
| ^^^^^^^^^^^^^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2243:24
|
2243 | let duration = try!(deserializer.deserialize_struct("SystemTime", FIELDS, DurationVisitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2384:36
|
2384 | let start: Idx = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2390:34
|
2390 | let end: Idx = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2405:35
|
2405 | while let Some(key) = try!(map.next_key()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2411:38
|
2411 | start = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2417:36
|
2417 | end = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2528:23
|
2528 | match try!(data.variant()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2637:23
|
2637 | match try!(data.variant()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1281:30
|
1281 | let mut serializer = try!(self.serialize_seq(iterator_len_hint(&iter)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1332:30
|
1332 | let mut serializer = try!(self.serialize_map(iterator_len_hint(&iter)));
| ^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2754:27
|
2754 | Err(Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2981:21
|
2981 | None => panic!("value is missing"),
| ^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:89:28
|
89 | ser::Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:371:25
|
371 | let value = try!(value.serialize(ContentSerializer::<M::Error>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:415:25
|
415 | let value = try!(value.serialize(ContentSerializer::<M::Error>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:503:37
|
503 | let mut tuple = try!(serializer.serialize_tuple(elements.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:511:34
|
511 | let mut ts = try!(serializer.serialize_tuple_struct(n, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:519:34
|
519 | let mut tv = try!(serializer.serialize_tuple_variant(n, i, v, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:527:35
|
527 | let mut map = try!(serializer.serialize_map(Some(entries.len())));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:535:33
|
535 | let mut s = try!(serializer.serialize_struct(n, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:543:34
|
543 | let mut sv = try!(serializer.serialize_struct_variant(n, i, v, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:642:39
|
642 | Ok(Content::Some(Box::new(try!(value.serialize(self)))))
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:672:26
|
672 | Box::new(try!(value.serialize(self))),
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:690:26
|
690 | Box::new(try!(value.serialize(self))),
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:789:25
|
789 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:815:25
|
815 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:842:25
|
842 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:871:25
|
871 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:903:23
|
903 | let key = try!(key.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:916:25
|
916 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:930:23
|
930 | let key = try!(key.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:931:25
|
931 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:954:25
|
954 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:983:25
|
983 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1008:28
|
1008 | ser::Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1299:21
|
1299 | let value = try!(value.serialize(ContentSerializer::<M::Error>::new()));
| ^^^
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1549:40
|
1549 | $deserializer.deserialize_enum(stringify!($name), VARIANTS, EnumVisitor)
| ^^^^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1542:23
|
1542 | match try!(data.variant()) {
| ^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1534:37
|
1534 | formatter.write_str(concat!("a ", stringify!($name)))
| ^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1486:33
|
1486 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^^^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1452:64
|
1452 | static $variants_name: &'static [&'static str] = &[ $( stringify!($variant) ),*];
| ^^^^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1549:40
|
1549 | $deserializer.deserialize_enum(stringify!($name), VARIANTS, EnumVisitor)
| ^^^^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1542:23
|
1542 | match try!(data.variant()) {
| ^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1534:37
|
1534 | formatter.write_str(concat!("a ", stringify!($name)))
| ^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1486:33
|
1486 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^^^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1452:64
|
1452 | static $variants_name: &'static [&'static str] = &[ $( stringify!($variant) ),*];
| ^^^^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1394:56
|
1394 | while let Some((key, value)) = try!($access.next_entry()) {
| ^^^
...
1416 | / map_impl!(
1417 | | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
1418 | | map,
1419 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default()));
| |__________________________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1394:56
|
1394 | while let Some((key, value)) = try!($access.next_entry()) {
| ^^^
...
1410 | / map_impl!(
1411 | | BTreeMap<K: Ord, V>,
1412 | | map,
1413 | | BTreeMap::new());
| |____________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1317:36
|
1317 | if try!(seq.next_element_seed(InPlaceSeed(&mut (self.0).$n))).is_none() {
| ^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1307:49
|
1307 | formatter.write_str(concat!("a tuple of size ", $len))
| ^^^^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1283:51
|
1283 | let $name = match try!(seq.next_element()) {
| ^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:29:3
|
29 | #[derive(Copy, Clone, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1273:49
|
1273 | formatter.write_str(concat!("a tuple of size ", $len))
| ^^^^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `test` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:205:3
|
205 | #[test]
| ^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:190:17
|
190 | write!(f, "alphabet contained a non-ascii character at {}", index)
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1185:28
|
1185 | if try!(seq.next_element_seed(InPlaceSeed(dest))).is_none() {
| ^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1175:41
|
1175 | formatter.write_str(concat!("an array of length ", $len))
| ^^^^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1160:31
|
1160 | match try!(seq.next_element()) {
| ^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1151:41
|
1151 | formatter.write_str(concat!("an array of length ", $len))
| ^^^^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:184:18
|
184 | } => write!(
| ^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:168:13
|
168 | unreachable!()
| ^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:16:3
|
16 | #[derive(Copy, Clone, Debug, Eq, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:8:3
|
8 | #[derive(Clone, Copy)]
| ^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1088:41
|
1088 | while let Some(value) = try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1080:25
|
1080 | try!(seq.next_element_seed(next_place))
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1038:41
|
1038 | while let Some(value) = try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:687:33
|
687 | while let Some(value) = try!(seq.next_element()) {
| ^^^
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:404:43
|
404 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:382:43
|
382 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:404:43
|
404 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:382:43
|
382 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
361 | / impl_deserialize_num! {
362 | | f64, deserialize_f64
363 | | num_self!(f64:visit_f64);
364 | | num_as_self!(f32:visit_f32);
365 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
366 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
367 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
353 | / impl_deserialize_num! {
354 | | f32, deserialize_f32
355 | | num_self!(f32:visit_f32);
356 | | num_as_self!(f64:visit_f64);
357 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
358 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
359 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `unimplemented` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:29:9
|
29 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find macro `unimplemented` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:23:9
|
23 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find macro `unimplemented` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:16:9
|
16 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:8:3
|
8 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1305:9
|
1305 | try!(self
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1185:9
|
1185 | try!(self.0.serialize_key(inner_variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1136:9
|
1136 | try!(self.0.serialize_key(variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:545:25
|
545 | try!(sv.serialize_field(k, v));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:537:25
|
537 | try!(s.serialize_field(k, v));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:529:25
|
529 | try!(map.serialize_entry(k, v));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:521:25
|
521 | try!(tv.serialize_field(f));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:513:25
|
513 | try!(ts.serialize_field(f));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:505:25
|
505 | try!(tuple.serialize_element(e));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:421:13
|
421 | try!(self
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:377:13
|
377 | try!(self
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:321:9
|
321 | try!(map.serialize_key(inner_variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:320:9
|
320 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:319:23
|
319 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:294:9
|
294 | try!(state.serialize_field(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:293:25
|
293 | let mut state = try!(self.delegate.serialize_struct(name, len + 1));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:284:9
|
284 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:283:23
|
283 | let mut map = try!(self.delegate.serialize_map(len.map(|len| len + 1)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:274:9
|
274 | try!(map.serialize_key(inner_variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:273:9
|
273 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:272:23
|
272 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:231:9
|
231 | try!(map.serialize_entry(inner_variant, inner_value));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:230:9
|
230 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:229:23
|
229 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:204:9
|
204 | try!(map.serialize_entry(inner_variant, &()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:203:9
|
203 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:202:23
|
202 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:192:9
|
192 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:191:23
|
191 | let mut map = try!(self.delegate.serialize_map(Some(1)));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2528:13
|
2528 | write!(
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2501:19
|
2501 | while try!(access.next_entry::<IgnoredAny, IgnoredAny>()).is_some() {}
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2483:13
|
2483 | write!(
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2322:27
|
2322 | let ret = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1810:9
|
1810 | try!(map_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1809:21
|
1809 | let value = try!(visitor.visit_map(&mut map_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1790:9
|
1790 | try!(seq_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1789:21
|
1789 | let value = try!(visitor.visit_seq(&mut seq_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1612:27
|
1612 | let ret = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1072:9
|
1072 | try!(map_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1071:21
|
1071 | let value = try!(visitor.visit_map(&mut map_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1055:9
|
1055 | try!(seq_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1054:21
|
1054 | let value = try!(visitor.visit_seq(&mut seq_visitor));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:974:13
|
974 | write!(
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:926:13
|
926 | write!(formatter, "{:?} or {:?}", self.tag, self.content)
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:882:33
|
882 | let v = try!(map.next_value());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:879:36
|
879 | tag = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:873:33
|
873 | while let Some(k) = try!(map.next_key_seed(TagOrContentVisitor::new(self.tag_name))) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:863:26
|
863 | content: try!(Content::deserialize(rest)),
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:854:29
|
854 | let tag = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:544:13
|
544 | write!(fmt, "a type tag `{}` or any other value", self.name)
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:489:34
|
489 | while let Some(kv) = try!(visitor.next_entry()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:478:33
|
478 | while let Some(e) = try!(visitor.next_element()) {
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:219:7
|
219 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1844:9
|
1844 | try!(self.serialize_key(key));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1337:13
|
1337 | try!(iter.try_for_each(|(key, value)| serializer.serialize_entry(&key, &value)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1286:13
|
1286 | try!(iter.try_for_each(|item| serializer.serialize_element(&item)));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:639:13
|
639 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
814 | serialize_display_bounded_length!(self, MAX_LEN, serializer)
| ------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `serialize_display_bounded_length` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:810:13
|
810 | debug_assert_eq!(
| ^^^^^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:639:13
|
639 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
795 | serialize_display_bounded_length!(self, MAX_LEN, serializer)
| ------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `serialize_display_bounded_length` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:794:13
|
794 | debug_assert_eq!(MAX_LEN, "101.102.103.104:65000".len());
| ^^^^^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:639:13
|
639 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
755 | serialize_display_bounded_length!(self, MAX_LEN, serializer)
| ------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `serialize_display_bounded_length` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:754:13
|
754 | debug_assert_eq!(MAX_LEN, "1001:1002:1003:1004:1005:1006:1007:1008".len());
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:731:13
|
731 | debug_assert_eq!(MAX_LEN, "101.102.103.104".len());
| ^^^^^^^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:707:3
|
707 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:714:9
|
714 | assert_eq!(i.to_string().as_bytes(), &buf[..written]);
| ^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:622:9
|
622 | try!(state.serialize_field("nanos_since_epoch", &duration_since_epoch.subsec_nanos()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:621:9
|
621 | try!(state.serialize_field("secs_since_epoch", &duration_since_epoch.as_secs()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:620:25
|
620 | let mut state = try!(serializer.serialize_struct("SystemTime", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:603:9
|
603 | try!(state.serialize_field("nanos", &self.subsec_nanos()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:602:9
|
602 | try!(state.serialize_field("secs", &self.as_secs()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:601:25
|
601 | let mut state = try!(serializer.serialize_struct("Duration", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:320:25
|
320 | try!(tuple.serialize_element(&self.$n));
| ^^^
...
329 | / tuple_impls! {
330 | | 1 => (0 T0)
331 | | 2 => (0 T0 1 T1)
332 | | 3 => (0 T0 1 T1 2 T2)
... |
345 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
346 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:318:37
|
318 | let mut tuple = try!(serializer.serialize_tuple($len));
| ^^^
...
329 | / tuple_impls! {
330 | | 1 => (0 T0)
331 | | 2 => (0 T0 1 T1)
332 | | 3 => (0 T0 1 T1 2 T2)
... |
345 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
346 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:254:9
|
254 | try!(state.serialize_field("end", &self.end()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:253:9
|
253 | try!(state.serialize_field("start", &self.start()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:252:25
|
252 | let mut state = try!(serializer.serialize_struct("RangeInclusive", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:235:9
|
235 | try!(state.serialize_field("end", &self.end));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:234:9
|
234 | try!(state.serialize_field("start", &self.start));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:233:25
|
233 | let mut state = try!(serializer.serialize_struct("Range", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:154:25
|
154 | try!(seq.serialize_element(e));
| ^^^
...
163 | / array_impls! {
164 | | 01 02 03 04 05 06 07 08 09 10
165 | | 11 12 13 14 15 16 17 18 19 20
166 | | 21 22 23 24 25 26 27 28 29 30
167 | | 31 32
168 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:152:35
|
152 | let mut seq = try!(serializer.serialize_tuple($len));
| ^^^
...
163 | / array_impls! {
164 | | 01 02 03 04 05 06 07 08 09 10
165 | | 11 12 13 14 15 16 17 18 19 20
166 | | 21 22 23 24 25 26 27 28 29 30
167 | | 31 32
168 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:136:9
|
136 | try!(serializer.serialize_tuple(0)).end()
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2289:21
|
2289 | try!(write!(formatter, "`{}`", alt));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2287:25
|
2287 | try!(write!(formatter, ", "));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2284:17
|
2284 | try!(write!(formatter, "one of "));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2282:18
|
2282 | 2 => write!(formatter, "`{}` or `{}`", self.names[0], self.names[1]),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2281:18
|
2281 | 1 => write!(formatter, "`{}`", self.names[0]),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2280:18
|
2280 | 0 => panic!(), // special case elsewhere
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1832:29
|
1832 | let value = try!(self.next_value_seed(vseed));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1830:15
|
1830 | match try!(self.next_key_seed(kseed)) {
| ^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1435:48
|
1435 | fmt::Write::write_fmt(&mut writer, format_args!("integer `{}` as u128", v)).unwrap();
| ^^^^^^^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1373:48
|
1373 | fmt::Write::write_fmt(&mut writer, format_args!("integer `{}` as i128", v)).unwrap();
| ^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:416:30
|
416 | StructVariant => write!(formatter, "struct variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:415:29
|
415 | TupleVariant => write!(formatter, "tuple variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:414:31
|
414 | NewtypeVariant => write!(formatter, "newtype variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:413:28
|
413 | UnitVariant => write!(formatter, "unit variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:412:21
|
412 | Enum => write!(formatter, "enum"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:411:20
|
411 | Map => write!(formatter, "map"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:410:20
|
410 | Seq => write!(formatter, "sequence"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:409:30
|
409 | NewtypeStruct => write!(formatter, "newtype struct"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:408:23
|
408 | Option => write!(formatter, "Option value"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:407:21
|
407 | Unit => write!(formatter, "unit value"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:406:25
|
406 | Bytes(_) => write!(formatter, "byte array"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:405:23
|
405 | Str(s) => write!(formatter, "string {:?}", s),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:404:24
|
404 | Char(c) => write!(formatter, "character `{}`", c),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:403:25
|
403 | Float(f) => write!(formatter, "floating point `{}`", f),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:402:26
|
402 | Signed(i) => write!(formatter, "integer `{}`", i),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:401:28
|
401 | Unsigned(i) => write!(formatter, "integer `{}`", i),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:400:24
|
400 | Bool(b) => write!(formatter, "boolean `{}`", b),
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:332:3
|
332 | #[derive(Copy, Clone, PartialEq, Debug)]
| ^^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:292:31
|
292 | Error::custom(format_args!("duplicate field `{}`", field))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:285:31
|
285 | Error::custom(format_args!("missing field `{}`", field))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:272:35
|
272 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:267:35
|
267 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:254:35
|
254 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:249:35
|
249 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:241:31
|
241 | Error::custom(format_args!("invalid length {}, expected {}", len, exp))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:227:31
|
227 | Error::custom(format_args!("invalid value: {}, expected {}", unexp, exp))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:209:31
|
209 | Error::custom(format_args!("invalid type: {}, expected {}", unexp, exp))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2237:17
|
2237 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2225:42
|
2225 | ... nanos = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2217:41
|
2217 | ... secs = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2209:39
|
2209 | while let Some(key) = try!(map.next_key()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2199:17
|
2199 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2193:40
|
2193 | let nanos: u32 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2187:39
|
2187 | let secs: u64 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2095:17
|
2095 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2083:42
|
2083 | ... nanos = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2077:41
|
2077 | ... secs = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2071:39
|
2071 | while let Some(key) = try!(map.next_key()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2061:17
|
2061 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2055:40
|
2055 | let nanos: u32 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2049:39
|
2049 | let secs: u64 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1870:9
|
1870 | try!(Option::<T>::deserialize(deserializer));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1852:9
|
1852 | try!(Option::<T>::deserialize(deserializer));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:212:52
|
212 | while let Some((IgnoredAny, IgnoredAny)) = try!(map.next_entry()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:201:38
|
201 | while let Some(IgnoredAny) = try!(seq.next_element()) {
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:111:3
|
111 | #[derive(Copy, Clone, Debug, Default)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1405:3
|
1405 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1366:13
|
1366 | write!(formatter, "{} elements in map", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1364:13
|
1364 | write!(formatter, "1 element in map")
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1300:20
|
1300 | let pair = try!(visitor.visit_seq(&mut pair_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1196:29
|
1196 | let value = try!(vseed.deserialize(value.into_deserializer()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1195:27
|
1195 | let key = try!(kseed.deserialize(key.into_deserializer()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1131:9
|
1131 | try!(self.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1130:21
|
1130 | let value = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1122:9
|
1122 | try!(self.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1121:21
|
1121 | let value = try!(visitor.visit_map(&mut self));
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1004:3
|
1004 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:941:13
|
941 | write!(formatter, "{} elements in sequence", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:939:13
|
939 | write!(formatter, "1 element in sequence")
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:897:9
|
897 | try!(self.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:896:17
|
896 | let v = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:841:3
|
841 | #[derive(Clone)]
| ^^^^^^
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
293 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
292 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128);
| ------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
289 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
288 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
287 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
286 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64);
| --------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
285 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64);
| -------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
284 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16);
| -------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
283 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8);
| ---------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
282 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64);
| ---------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
281 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
280 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
279 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
278 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8);
| ----------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
277 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:51:3
|
51 | #[derive(Clone, PartialEq)]
| ^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:165:24
|
165 | if let Ok(s) = core::str::from_utf8(&self.encode) {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:26:22
|
26 | pub type Result<T> = core::result::Result<T, Error>;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:23:22
|
23 | pub type Result<T> = core::result::Result<T, Error>;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:342:9
|
342 | use core::{
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:349:9
|
349 | use std::panic::{RefUnwindSafe, UnwindSafe};
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:757:9
|
757 | use std::{
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:167:9
|
167 | use core::{marker::PhantomData, ptr};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:6:5
|
6 | use std::{
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:79:26
|
79 | let mut output = core::mem::replace(self, String::new()).into_bytes();
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:967:50
|
967 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:12:5
|
12 | use core::sync::atomic;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:15:5
|
15 | use core::num::NonZeroUsize;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0432]: unresolved imports `atomic::AtomicUsize`, `atomic::Ordering`, `super::atomic::AtomicPtr`, `super::atomic::Ordering`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:14:14
|
14 | use atomic::{AtomicUsize, Ordering};
| ^^^^^^^^^^^ ^^^^^^^^
...
166 | use super::atomic::{AtomicPtr, Ordering};
| ^^^^^^^^^ ^^^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:406:31
|
406 | Err(_) => unreachable!(),
| ^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:980:50
|
980 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:704:47
|
704 | init.take().unwrap_or_else(|| panic!("Lazy instance has previously been poisoned"))
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:727:25
|
727 | None => panic!("Lazy instance has previously been poisoned"),
| ^^^^^
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:109:27
|
109 | match core::str::from_utf8(&self.0[index..]) {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:994:50
|
994 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:742:51
|
742 | self.cell.get_mut().unwrap_or_else(|| unreachable!())
| ^^^^^^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:817:31
|
817 | Err(_) => unreachable!(),
| ^^^^^^^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1142:47
|
1142 | init.take().unwrap_or_else(|| panic!("Lazy instance has previously been poisoned"))
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1164:25
|
1164 | None => panic!("Lazy instance has previously been poisoned"),
| ^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1179:51
|
1179 | self.cell.get_mut().unwrap_or_else(|| unreachable!())
| ^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:17:3
|
17 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:117:9
|
117 | debug_assert!(self.is_initialized());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:123:17
|
123 | debug_assert!(false);
| ^^^^^^^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:178:17
|
178 | assert!(state_and_queue & STATE_MASK == RUNNING);
| ^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:224:9
|
224 | assert_eq!(state_and_queue & STATE_MASK, RUNNING);
| ^^^^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:584:13
|
584 | assert!(self.set(val).is_ok(), "reentrant init");
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1017:13
|
1017 | debug_assert!(self.0.is_initialized());
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:18:3
|
18 | #[derive(Default, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:97:3
|
97 | #[derive(Default, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:179:13
|
179 | write!(f, "OnceBox({:?})", self.inner.load(Ordering::Relaxed))
| ^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1216:13
|
1216 | debug_assert!(false);
| ^^^^^^^^^^^^
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:102:42
|
102 | pub const fn new(base: &[u8; 58]) -> Result<Self, Error> {
| ^^^^^^ not found in this scope
|
help: consider importing one of these items
|
3 | use crate::decode::Result;
|
3 | use crate::encode::Result;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:157:13
|
157 | Ok(alphabet) => return alphabet,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:158:13
|
158 | Err(_) => 0,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:165:16
|
165 | if let Ok(s) = core::str::from_utf8(&self.encode) {
| ^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:19:33
|
19 | pub struct DecodeBuilder<'a, I: AsRef<[u8]>> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:78:13
|
78 | impl<'a, I: AsRef<[u8]>> DecodeBuilder<'a, I> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsMut` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:181:20
|
181 | pub fn into<O: AsMut<[u8]>>(self, mut output: O) -> Result<usize> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:16:33
|
16 | pub struct EncodeBuilder<'a, I: AsRef<[u8]>> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:42:25
|
42 | f: impl for<'a> FnOnce(&'a mut [u8]) -> Result<usize>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:46:25
|
46 | impl<T: EncodeTarget + ?Sized> EncodeTarget for &mut T {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:50:25
|
50 | f: impl for<'a> FnOnce(&'a mut [u8]) -> Result<usize>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:62:25
|
62 | f: impl for<'a> FnOnce(&'a mut [u8]) -> Result<usize>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:77:25
|
77 | f: impl for<'a> FnOnce(&'a mut [u8]) -> Result<usize>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:90:25
|
90 | f: impl for<'a> FnOnce(&'a mut [u8]) -> Result<usize>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:101:25
|
101 | f: impl for<'a> FnOnce(&'a mut [u8]) -> Result<usize>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:105:14
|
105 | impl Drop for Guard<'_> {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:110:25
|
110 | Ok(_) => return,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:111:25
|
111 | Err(e) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:113:36
|
113 | ... if let Some(len) = e.error_len() {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:137:13
|
137 | impl<'a, I: AsRef<[u8]>> EncodeBuilder<'a, I> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:336:8
|
336 | I: Clone + IntoIterator<Item = &'a u8>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:336:16
|
336 | I: Clone + IntoIterator<Item = &'a u8>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/lib.rs:163:18
|
163 | pub fn decode<I: AsRef<[u8]>>(input: I) -> decode::DecodeBuilder<'static, I> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/lib.rs:212:18
|
212 | pub fn encode<I: AsRef<[u8]>>(input: I) -> encode::EncodeBuilder<'static, I> {
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:109:24
|
109 | return Err(Error::NonAsciiCharacter { index: i });
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:112:24
|
112 | return Err(Error::DuplicateCharacter {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/alphabet.rs:123:9
|
123 | Ok(Self { encode, decode })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:201:20
|
201 | return Err(Error::NonAsciiCharacter { index: i });
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:206:20
|
206 | return Err(Error::InvalidCharacter {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/decode.rs:233:5
|
233 | Ok(index)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:67:9
|
67 | Ok(len)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:82:9
|
82 | Ok(len)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:348:24
|
348 | return Err(Error::BufferTooSmall);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:358:20
|
358 | return Err(Error::BufferTooSmall);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/encode.rs:369:5
|
369 | Ok(index)
| ^^ not found in this scope
Some errors have detailed explanations: E0405, E0412, E0425, E0463, E0531.
error: could not compile `bs58` due to 60 previous errors
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1380:55
|
1380 | type Deserializer = MapDeserializer<'de, <Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1395:55
|
1395 | type Deserializer = MapDeserializer<'de, <Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:177:13
|
177 | impl<T> core::fmt::Debug for OnceBox<T> {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:178:31
|
178 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:178:60
|
178 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1217:13
|
1217 | std::hint::unreachable_unchecked()
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:23:23
|
23 | value: UnsafeCell<Option<T>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:31:29
|
31 | unsafe impl<T: Sync + Send> Sync for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:31:16
|
31 | unsafe impl<T: Sync + Send> Sync for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:31:23
|
31 | unsafe impl<T: Sync + Send> Sync for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:32:22
|
32 | unsafe impl<T: Send> Send for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:32:16
|
32 | unsafe impl<T: Send> Send for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:50:18
|
50 | thread: Cell<Option<Thread>>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:68:36
|
68 | value: UnsafeCell::new(None),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:88:12
|
88 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:88:24
|
88 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:86:52
|
86 | pub(crate) fn initialize<F, E>(&self, f: F) -> Result<(), E>
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:91:22
|
91 | let mut res: Result<(), E> = Ok(());
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:92:24
|
92 | let slot: *mut Option<T> = self.value.get();
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:96:17
|
96 | Ok(value) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:100:17
|
100 | Err(err) => {
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:118:20
|
118 | let slot: &Option<T> = &*self.value.get();
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:120:13
|
120 | Some(value) => value,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:131:41
|
131 | pub(crate) fn get_mut(&mut self) -> Option<&mut T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:139:39
|
139 | pub(crate) fn into_inner(self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:150:70
|
150 | fn initialize_inner(my_state_and_queue: &AtomicUsize, init: &mut dyn FnMut() -> bool) -> bool {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:163:24
|
163 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:206:16
|
206 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:219:6
|
219 | impl Drop for WaiterQueue<'_> {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:230:54
|
230 | let thread = (*queue).thread.replace(None).unwrap();
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:373:27
|
373 | inner: UnsafeCell<Option<T>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:385:13
|
385 | impl<T> Default for OnceCell<T> {
| ^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:394:17
|
394 | Some(v) => f.debug_tuple("OnceCell").field(v).finish(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:400:20
|
400 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:400:13
|
400 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:403:20
|
403 | if let Some(value) = self.get() {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:405:21
|
405 | Ok(()) => (),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:406:21
|
406 | Err(_) => unreachable!(),
| ^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:413:24
|
413 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:413:13
|
413 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:419:17
|
419 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:419:13
|
419 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:421:13
|
421 | impl<T> From<T> for OnceCell<T> {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:430:47
|
430 | OnceCell { inner: UnsafeCell::new(None) }
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:436:30
|
436 | pub fn get(&self) -> Option<&T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:456:38
|
456 | pub fn get_mut(&mut self) -> Option<&mut T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:478:40
|
478 | pub fn set(&self, value: T) -> Result<(), T> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:480:17
|
480 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:481:17
|
481 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:499:47
|
499 | pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:500:20
|
500 | if let Some(old) = self.get() {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:510:17
|
510 | Some(value) => value,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:538:16
|
538 | F: FnOnce() -> T,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:542:17
|
542 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:543:17
|
543 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:574:16
|
574 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:574:28
|
574 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:572:54
|
572 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:576:20
|
576 | if let Some(val) = self.get() {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:617:35
|
617 | pub fn take(&mut self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:637:36
|
637 | pub fn into_inner(self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:666:20
|
666 | init: Cell<Option<F>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:700:48
|
700 | pub fn into_value(this: Lazy<T, F>) -> Result<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:709:16
|
709 | impl<T, F: FnOnce() -> T> Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:726:17
|
726 | Some(f) => f(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:732:16
|
732 | impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:739:16
|
739 | impl<T, F: FnOnce() -> T> DerefMut for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:746:22
|
746 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:746:13
|
746 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:796:13
|
796 | impl<T> Default for OnceCell<T> {
| ^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:805:17
|
805 | Some(v) => f.debug_tuple("OnceCell").field(v).finish(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:811:20
|
811 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:811:13
|
811 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:814:20
|
814 | if let Some(value) = self.get() {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:816:21
|
816 | Ok(()) => (),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:817:21
|
817 | Err(_) => unreachable!(),
| ^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:824:13
|
824 | impl<T> From<T> for OnceCell<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:832:24
|
832 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:832:13
|
832 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:838:17
|
838 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:838:13
|
838 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:850:30
|
850 | pub fn get(&self) -> Option<&T> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:855:17
|
855 | None
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:874:38
|
874 | pub fn get_mut(&mut self) -> Option<&mut T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:912:40
|
912 | pub fn set(&self, value: T) -> Result<(), T> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:914:17
|
914 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:915:17
|
915 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:934:47
|
934 | pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:939:17
|
939 | Some(value) => Err((res, value)),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:971:16
|
971 | F: FnOnce() -> T,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:975:17
|
975 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:976:17
|
976 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1008:16
|
1008 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1008:28
|
1008 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1006:54
|
1006 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1011:20
|
1011 | if let Some(value) = self.get() {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1050:35
|
1050 | pub fn take(&mut self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1069:36
|
1069 | pub fn into_inner(self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1109:20
|
1109 | init: Cell<Option<F>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1122:29
|
1122 | unsafe impl<T, F: Send> Sync for Lazy<T, F> where OnceCell<T>: Sync {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1122:23
|
1122 | unsafe impl<T, F: Send> Sync for Lazy<T, F> where OnceCell<T>: Sync {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1122:68
|
1122 | unsafe impl<T, F: Send> Sync for Lazy<T, F> where OnceCell<T>: Sync {}
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1138:48
|
1138 | pub fn into_value(this: Lazy<T, F>) -> Result<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1147:16
|
1147 | impl<T, F: FnOnce() -> T> Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1163:17
|
1163 | Some(f) => f(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1169:16
|
1169 | impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1176:16
|
1176 | impl<T, F: FnOnce() -> T> DerefMut for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1183:22
|
1183 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1183:13
|
1183 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:32:26
|
32 | pub fn get(&self) -> Option<NonZeroUsize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:42:47
|
42 | pub fn set(&self, value: NonZeroUsize) -> Result<(), ()> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:46:13
|
46 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:47:13
|
47 | Err(_) => Err(()),
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:59:12
|
59 | F: FnOnce() -> NonZeroUsize,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:63:13
|
63 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:64:13
|
64 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:77:12
|
77 | F: FnOnce() -> Result<NonZeroUsize, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:77:24
|
77 | F: FnOnce() -> Result<NonZeroUsize, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:75:50
|
75 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<NonZeroUsize, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:81:13
|
81 | Some(it) => it,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:86:24
|
86 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:111:26
|
111 | pub fn get(&self) -> Option<bool> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:120:39
|
120 | pub fn set(&self, value: bool) -> Result<(), ()> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:132:12
|
132 | F: FnOnce() -> bool,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:146:12
|
146 | F: FnOnce() -> Result<bool, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:146:24
|
146 | F: FnOnce() -> Result<bool, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:144:50
|
144 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<bool, E>
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:174:28
|
174 | ghost: PhantomData<Option<Box<T>>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:183:13
|
183 | impl<T> Default for OnceBox<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:189:13
|
189 | impl<T> Drop for OnceBox<T> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:205:30
|
205 | pub fn get(&self) -> Option<&T> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:208:24
|
208 | return None;
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:217:45
|
217 | pub fn set(&self, value: Box<T>) -> Result<(), Box<T>> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:225:20
|
225 | if let Err(_) = exchange {
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:240:16
|
240 | F: FnOnce() -> Box<T>,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:244:17
|
244 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:245:17
|
245 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:258:16
|
258 | F: FnOnce() -> Result<Box<T>, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:258:28
|
258 | F: FnOnce() -> Result<Box<T>, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:256:54
|
256 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:271:24
|
271 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:280:33
|
280 | unsafe impl<T: Sync + Send> Sync for OnceBox<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:280:20
|
280 | unsafe impl<T: Sync + Send> Sync for OnceBox<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:280:27
|
280 | unsafe impl<T: Sync + Send> Sync for OnceBox<T> {}
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1212:39
|
1212 | unsafe fn take_unchecked<T>(val: &mut Option<T>) -> T {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1214:9
|
1214 | Some(it) => it,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:90:21
|
90 | let mut f = Some(f);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:91:38
|
91 | let mut res: Result<(), E> = Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:97:38
|
97 | unsafe { *slot = Some(value) };
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:101:27
|
101 | res = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:194:31
|
194 | thread: Cell::new(Some(thread::current())),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:423:47
|
423 | OnceCell { inner: UnsafeCell::new(Some(value)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:480:26
|
480 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:481:36
|
481 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:501:24
|
501 | return Err((old, value));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:508:21
|
508 | *slot = Some(value);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:509:13
|
509 | Ok(match &*slot {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:541:43
|
541 | match self.get_or_try_init(|| Ok::<T, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:577:24
|
577 | return Ok(val);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:585:13
|
585 | Ok(self.get().unwrap())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:694:59
|
694 | Lazy { cell: OnceCell::new(), init: Cell::new(Some(init)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:853:17
|
853 | Some(unsafe { self.get_unchecked() })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:914:26
|
914 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:915:36
|
915 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:935:29
|
935 | let mut value = Some(value);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:938:25
|
938 | None => Ok(res),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:939:32
|
939 | Some(value) => Err((res, value)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:974:43
|
974 | match self.get_or_try_init(|| Ok::<T, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1012:24
|
1012 | return Ok(value);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1018:13
|
1018 | Ok(unsafe { self.get_unchecked() })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1132:59
|
1132 | Lazy { cell: OnceCell::new(), init: Cell::new(Some(f)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:46:22
|
46 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:47:23
|
47 | Err(_) => Err(()),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:62:39
|
62 | match self.get_or_try_init(|| Ok::<NonZeroUsize, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:92:9
|
92 | Ok(res)
| ^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:193:17
|
193 | drop(unsafe { Box::from_raw(ptr) })
| ^^^^ not found in this scope
|
help: consider using the associated function
|
193 | self.drop(unsafe { Box::from_raw(ptr) })
| +++++
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:210:13
|
210 | Some(unsafe { &*ptr })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:227:24
|
227 | return Err(value);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:229:13
|
229 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:243:43
|
243 | match self.get_or_try_init(|| Ok::<Box<T>, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:272:21
|
272 | drop(unsafe { Box::from_raw(ptr) });
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:276:13
|
276 | Ok(unsafe { &*ptr })
| ^^ not found in this scope
Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0463, E0531.
error: could not compile `once_cell` due to 209 previous errors
^C⏎
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) clear ~26.4s 02:01:04 ≡ 130
( ⌁ ) n ) a ) r ) e ) d ) sputnikdao-factory2 ) ./build.sh 02:01:05
Compiling once_cell v1.10.0
Compiling memory_units v0.4.0
Compiling ryu v1.0.9
Compiling itoa v1.0.1
Compiling cfg-if v0.1.10
Compiling serde v1.0.136
Compiling near-sys v0.1.0
Compiling borsh-derive v0.9.3
error[E0463]: can't find crate for `core`
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `compiler_builtins`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:44:5
|
44 | use core::mem::{self, MaybeUninit};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:2:5
|
2 | use core::mem::MaybeUninit;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:162:7
|
162 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:45:5
|
45 | use core::{ptr, slice, str};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:92:15
|
92 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:3:5
|
3 | use core::{slice, str};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:92:15
|
92 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
| ^^^^^^
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:27:5
|
27 | use core::mem::MaybeUninit;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/udiv128.rs:39:5
|
39 | debug_assert_eq!(quot, n / d as u128);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/udiv128.rs:40:5
|
40 | debug_assert_eq!(rem as u128, n % d as u128);
| ^^^^^^^^^^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:21:5
|
21 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/exponent.rs:2:5
|
2 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mantissa.rs:2:5
|
2 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mod.rs:9:5
|
9 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mod.rs:182:5
|
182 | debug_assert!(k >= -45);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/mod.rs:75:5
|
75 | debug_assert!(k >= -324);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/exponent.rs:39:5
|
39 | debug_assert!(k < 100);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/pretty/exponent.rs:13:5
|
13 | debug_assert!(k < 1000);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:110:9
|
110 | debug_assert!(i < d2s::DOUBLE_POW5_SPLIT.len() as u32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:89:9
|
89 | debug_assert!(q < d2s::DOUBLE_POW5_INV_SPLIT.len() as u32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:70:5
|
70 | debug_assert!(shifted_sum <= u32::max_value() as u64);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:59:5
|
59 | debug_assert!(shift > 32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/f2s_intrinsics.rs:30:9
|
30 | debug_assert!(value != 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:65:5
|
65 | debug_assert!(p < 64);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:64:5
|
64 | debug_assert!(value != 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s_intrinsics.rs:42:9
|
42 | debug_assert!(value != 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:178:21
|
178 | debug_assert!(i < DOUBLE_POW5_SPLIT.len() as i32);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:136:21
|
136 | debug_assert!(q < DOUBLE_POW5_INV_SPLIT.len() as u32);
| ^^^^^^^^^^^^
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:61:6
|
61 | impl Default for Buffer {
| ^^^^^^^ not found in this scope
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/d2s.rs:41:5
|
41 | debug_assert!(v < 100000000000000000);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:93:5
|
93 | debug_assert!(e <= 2620);
| ^^^^^^^^^^^^
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:68:6
|
68 | impl Clone for Buffer {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs:101:23
|
101 | pub trait Sealed: Copy {
| ^^^^ not found in this scope
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:92:5
|
92 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:84:5
|
84 | debug_assert!(e <= 1650);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:83:5
|
83 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:69:5
|
69 | debug_assert!(e <= 3528);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:68:5
|
68 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:58:5
|
58 | debug_assert!(e <= 3528);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:57:5
|
57 | debug_assert!(e >= 0);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/common.rs:27:5
|
27 | debug_assert!(v < 1000000000);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:75:13
|
75 | debug_assert!(n <= self.bytes.len());
| ^^^^^^^^^^^^
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:30:17
|
30 | impl<T: Into<Bytes>> RoundUpTo<$name> for T {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:37:17
|
37 | impl<T: Into<Self>> ops::Add<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:46:17
|
46 | impl<T: Into<Self>> ops::Sub<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:55:17
|
55 | impl<T: Into<Self>> ops::Mul<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:64:17
|
64 | impl<T: Into<Self>> ops::Div<T> for $name {
| ^^^^ not found in this scope
...
166 | impl_ops!(Bytes);
| ---------------- in this macro invocation
|
= note: this error originates in the macro `impl_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:19:14
|
19 | impl From<$name> for Bytes {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_from_bytes` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:30:17
|
30 | impl<T: Into<Bytes>> RoundUpTo<$name> for T {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:37:17
|
37 | impl<T: Into<Self>> ops::Add<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:46:17
|
46 | impl<T: Into<Self>> ops::Sub<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:55:17
|
55 | impl<T: Into<Self>> ops::Mul<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:64:17
|
64 | impl<T: Into<Self>> ops::Div<T> for $name {
| ^^^^ not found in this scope
...
174 | / define_unit! {
175 | | /// Memory size specified in `wasm32` words.
176 | | newtype Words is bytes = 4;
177 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:19:14
|
19 | impl From<$name> for Bytes {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_from_bytes` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:30:17
|
30 | impl<T: Into<Bytes>> RoundUpTo<$name> for T {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:37:17
|
37 | impl<T: Into<Self>> ops::Add<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:46:17
|
46 | impl<T: Into<Self>> ops::Sub<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:55:17
|
55 | impl<T: Into<Self>> ops::Mul<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Into` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs:64:17
|
64 | impl<T: Into<Self>> ops::Div<T> for $name {
| ^^^^ not found in this scope
...
179 | / define_unit! {
180 | | /// Memory size specified in WebAssembly [memory pages][memory page].
181 | | ///
182 | | /// [memory page]: https://en.wikipedia.org/wiki/Page_(computer_memory)
183 | | newtype Pages is bytes = 65536;
184 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_ops` which comes from the expansion of the macro `define_unit` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:82:6
|
82 | impl Copy for Buffer {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:84:6
|
84 | impl Clone for Buffer {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:91:6
|
91 | impl Default for Buffer {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/buffer/mod.rs:108:19
|
108 | pub trait Sealed: Copy {
| ^^^^ not found in this scope
For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
Some errors have detailed explanations: E0405, E0463.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `memory_units` due to 22 previous errors
error: could not compile `itoa` due to 9 previous errors
error: could not compile `ryu` due to 38 previous errors
error[E0463]: can't find crate for `std`
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `alloc`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:328:1
|
328 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^ can't find crate
error: requires `sized` lang_item
error[E0463]: can't find crate for `alloc`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:148:1
|
148 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^ can't find crate
error: could not compile `near-sys` due to 3 previous errors
error[E0432]: unresolved imports `self::core::cmp`, `self::core::iter`, `self::core::mem`, `self::core::num`, `self::core::ptr`, `self::core::slice`, `self::core::str`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:161:26
|
161 | pub use self::core::{cmp, iter, mem, num, ptr, slice, str};
| ^^^ ^^^^ ^^^ ^^^ ^^^ ^^^^^ ^^^ no `str` in `lib::core`
| | | | | | |
| | | | | | no `slice` in `lib::core`
| | | | | no `ptr` in `lib::core`
| | | | no `num` in `lib::core`
| | | no `mem` in `lib::core`
| | no `iter` in `lib::core`
| no `cmp` in `lib::core`
error[E0432]: unresolved imports `self::core::f32`, `self::core::f64`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:162:26
|
162 | pub use self::core::{f32, f64};
| ^^^ ^^^ no `f64` in `lib::core`
| |
| no `f32` in `lib::core`
error[E0432]: unresolved imports `self::core::i16`, `self::core::i32`, `self::core::i64`, `self::core::i8`, `self::core::isize`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:163:26
|
163 | pub use self::core::{i16, i32, i64, i8, isize};
| ^^^ ^^^ ^^^ ^^ ^^^^^ no `isize` in `lib::core`
| | | | |
| | | | no `i8` in `lib::core`
| | | no `i64` in `lib::core`
| | no `i32` in `lib::core`
| no `i16` in `lib::core`
error[E0432]: unresolved imports `self::core::u16`, `self::core::u32`, `self::core::u64`, `self::core::u8`, `self::core::usize`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:164:26
|
164 | pub use self::core::{u16, u32, u64, u8, usize};
| ^^^ ^^^ ^^^ ^^ ^^^^^ no `usize` in `lib::core`
| | | | |
| | | | no `u8` in `lib::core`
| | | no `u64` in `lib::core`
| | no `u32` in `lib::core`
| no `u16` in `lib::core`
error[E0432]: unresolved import `self::core::cell`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:166:25
|
166 | pub use self::core::cell::{Cell, RefCell};
| ^^^^ could not find `cell` in `core`
error[E0432]: unresolved imports `self::core::clone`, `self::core::clone`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:167:25
|
167 | pub use self::core::clone::{self, Clone};
| ^^^^^ ^^^^ no `clone` in `lib::core`
| |
| could not find `clone` in `core`
error[E0432]: unresolved imports `self::core::convert`, `self::core::convert`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:168:25
|
168 | pub use self::core::convert::{self, From, Into};
| ^^^^^^^ ^^^^ no `convert` in `lib::core`
| |
| could not find `convert` in `core`
error[E0432]: unresolved imports `self::core::default`, `self::core::default`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:169:25
|
169 | pub use self::core::default::{self, Default};
| ^^^^^^^ ^^^^ no `default` in `lib::core`
| |
| could not find `default` in `core`
error[E0432]: unresolved imports `self::core::fmt`, `self::core::fmt`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:170:25
|
170 | pub use self::core::fmt::{self, Debug, Display};
| ^^^ ^^^^ no `fmt` in `lib::core`
| |
| could not find `fmt` in `core`
|
note: module `ser::fmt` exists but is inaccessible
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:112:1
|
112 | mod fmt;
| ^^^^^^^^ not accessible
error[E0432]: unresolved imports `self::core::marker`, `self::core::marker`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:171:25
|
171 | pub use self::core::marker::{self, PhantomData};
| ^^^^^^ ^^^^ no `marker` in `lib::core`
| |
| could not find `marker` in `core`
error[E0432]: unresolved import `self::core::num`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:172:25
|
172 | pub use self::core::num::Wrapping;
| ^^^ could not find `num` in `core`
error[E0432]: unresolved import `self::core::ops`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:173:25
|
173 | pub use self::core::ops::Range;
| ^^^ could not find `ops` in `core`
error[E0432]: unresolved imports `self::core::option`, `self::core::option`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:174:25
|
174 | pub use self::core::option::{self, Option};
| ^^^^^^ ^^^^ no `option` in `lib::core`
| |
| could not find `option` in `core`
error[E0432]: unresolved imports `self::core::result`, `self::core::result`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:175:25
|
175 | pub use self::core::result::{self, Result};
| ^^^^^^ ^^^^ no `result` in `lib::core`
| |
| could not find `result` in `core`
error[E0432]: unresolved import `self::core::cmp`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:234:25
|
234 | pub use self::core::cmp::Reverse;
| ^^^ could not find `cmp` in `core`
error[E0432]: unresolved import `self::core::ops`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:237:25
|
237 | pub use self::core::ops::Bound;
| ^^^ could not find `ops` in `core`
error[E0432]: unresolved import `self::core::ops`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:240:25
|
240 | pub use self::core::ops::RangeInclusive;
| ^^^ could not find `ops` in `core`
error[E0432]: unresolved imports `self::core::time`, `lib::fmt`, `lib::fmt::Write`, `lib::str`, `lib::net::IpAddr`, `lib::net::SocketAddr`, `lib::clone::Clone`, `lib::convert::From`, `lib::convert::Into`, `lib::default::Default`, `lib::fmt`, `lib::fmt::Formatter`, `lib::marker::PhantomData`, `lib::option::Option`, `lib::option::Option::None`, `lib::option::Option::Some`, `lib::ptr`, `lib::result::Result`, `lib::result::Result::Err`, `lib::result::Result::Ok`, `lib::ToString`, `lib::Vec`, `lib::convert::TryFrom`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:251:25
|
251 | pub use self::core::time::Duration;
| ^^^^ could not find `time` in `core`
|
::: /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/format.rs:1:16
|
1 | use lib::fmt::{self, Write};
| ^^^^ ^^^^^
2 | use lib::str;
| ^^^^^^^^
|
::: /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1562:17
|
1562 | use lib::net::IpAddr;
| ^^^^^^^^^^^^^^^^
...
1605 | use lib::net::SocketAddr;
| ^^^^^^^^^^^^^^^^^^^^
|
::: /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/mod.rs:11:9
|
11 | pub use lib::clone::Clone;
| ^^^^^^^^^^^^^^^^^
12 | pub use lib::convert::{From, Into};
| ^^^^ ^^^^
13 | pub use lib::default::Default;
| ^^^^^^^^^^^^^^^^^^^^^
14 | pub use lib::fmt::{self, Formatter};
| ^^^^ ^^^^^^^^^
15 | pub use lib::marker::PhantomData;
| ^^^^^^^^^^^^^^^^^^^^^^^^
16 | pub use lib::option::Option::{self, None, Some};
| ^^^^ ^^^^ ^^^^
17 | pub use lib::ptr;
| ^^^^^^^^
18 | pub use lib::result::Result::{self, Err, Ok};
| ^^^^ ^^^ ^^
...
23 | pub use lib::{ToString, Vec};
| ^^^^^^^^ ^^^
...
26 | pub use lib::convert::TryFrom;
| ^^^^^^^^^^^^^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2243:24
|
2243 | let duration = try!(deserializer.deserialize_struct("SystemTime", FIELDS, DurationVisitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2384:36
|
2384 | let start: Idx = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2390:34
|
2390 | let end: Idx = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2405:35
|
2405 | while let Some(key) = try!(map.next_key()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2411:38
|
2411 | start = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2417:36
|
2417 | end = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2528:23
|
2528 | match try!(data.variant()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2637:23
|
2637 | match try!(data.variant()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1281:30
|
1281 | let mut serializer = try!(self.serialize_seq(iterator_len_hint(&iter)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1332:30
|
1332 | let mut serializer = try!(self.serialize_map(iterator_len_hint(&iter)));
| ^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2754:27
|
2754 | Err(Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2981:21
|
2981 | None => panic!("value is missing"),
| ^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:89:28
|
89 | ser::Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:371:25
|
371 | let value = try!(value.serialize(ContentSerializer::<M::Error>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:415:25
|
415 | let value = try!(value.serialize(ContentSerializer::<M::Error>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:503:37
|
503 | let mut tuple = try!(serializer.serialize_tuple(elements.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:511:34
|
511 | let mut ts = try!(serializer.serialize_tuple_struct(n, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:519:34
|
519 | let mut tv = try!(serializer.serialize_tuple_variant(n, i, v, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:527:35
|
527 | let mut map = try!(serializer.serialize_map(Some(entries.len())));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:535:33
|
535 | let mut s = try!(serializer.serialize_struct(n, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:543:34
|
543 | let mut sv = try!(serializer.serialize_struct_variant(n, i, v, fields.len()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:642:39
|
642 | Ok(Content::Some(Box::new(try!(value.serialize(self)))))
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:672:26
|
672 | Box::new(try!(value.serialize(self))),
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:690:26
|
690 | Box::new(try!(value.serialize(self))),
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:789:25
|
789 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:815:25
|
815 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:842:25
|
842 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:871:25
|
871 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:903:23
|
903 | let key = try!(key.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:916:25
|
916 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:930:23
|
930 | let key = try!(key.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:931:25
|
931 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:954:25
|
954 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:983:25
|
983 | let value = try!(value.serialize(ContentSerializer::<E>::new()));
| ^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1008:28
|
1008 | ser::Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1299:21
|
1299 | let value = try!(value.serialize(ContentSerializer::<M::Error>::new()));
| ^^^
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1549:40
|
1549 | $deserializer.deserialize_enum(stringify!($name), VARIANTS, EnumVisitor)
| ^^^^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1542:23
|
1542 | match try!(data.variant()) {
| ^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1534:37
|
1534 | formatter.write_str(concat!("a ", stringify!($name)))
| ^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1486:33
|
1486 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^^^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1452:64
|
1452 | static $variants_name: &'static [&'static str] = &[ $( stringify!($variant) ),*];
| ^^^^^^^^^
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1549:40
|
1549 | $deserializer.deserialize_enum(stringify!($name), VARIANTS, EnumVisitor)
| ^^^^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1542:23
|
1542 | match try!(data.variant()) {
| ^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1534:37
|
1534 | formatter.write_str(concat!("a ", stringify!($name)))
| ^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1486:33
|
1486 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^^^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1452:64
|
1452 | static $variants_name: &'static [&'static str] = &[ $( stringify!($variant) ),*];
| ^^^^^^^^^
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1394:56
|
1394 | while let Some((key, value)) = try!($access.next_entry()) {
| ^^^
...
1416 | / map_impl!(
1417 | | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
1418 | | map,
1419 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default()));
| |__________________________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1394:56
|
1394 | while let Some((key, value)) = try!($access.next_entry()) {
| ^^^
...
1410 | / map_impl!(
1411 | | BTreeMap<K: Ord, V>,
1412 | | map,
1413 | | BTreeMap::new());
| |____________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1317:36
|
1317 | if try!(seq.next_element_seed(InPlaceSeed(&mut (self.0).$n))).is_none() {
| ^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1307:49
|
1307 | formatter.write_str(concat!("a tuple of size ", $len))
| ^^^^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1283:51
|
1283 | let $name = match try!(seq.next_element()) {
| ^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1273:49
|
1273 | formatter.write_str(concat!("a tuple of size ", $len))
| ^^^^^^
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1185:28
|
1185 | if try!(seq.next_element_seed(InPlaceSeed(dest))).is_none() {
| ^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1175:41
|
1175 | formatter.write_str(concat!("an array of length ", $len))
| ^^^^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1160:31
|
1160 | match try!(seq.next_element()) {
| ^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1151:41
|
1151 | formatter.write_str(concat!("an array of length ", $len))
| ^^^^^^
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1088:41
|
1088 | while let Some(value) = try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1080:25
|
1080 | try!(seq.next_element_seed(next_place))
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1038:41
|
1038 | while let Some(value) = try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:49
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:49
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:687:33
|
687 | while let Some(value) = try!(seq.next_element()) {
| ^^^
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:404:43
|
404 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:382:43
|
382 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:404:43
|
404 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:382:43
|
382 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
361 | / impl_deserialize_num! {
362 | | f64, deserialize_f64
363 | | num_self!(f64:visit_f64);
364 | | num_as_self!(f32:visit_f32);
365 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
366 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
367 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
353 | / impl_deserialize_num! {
354 | | f32, deserialize_f32
355 | | num_self!(f32:visit_f32);
356 | | num_as_self!(f64:visit_f64);
357 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
358 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
359 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `concat` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:99:45
|
99 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:123:45
|
123 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `unimplemented` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:29:9
|
29 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find macro `unimplemented` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:23:9
|
23 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find macro `unimplemented` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:16:9
|
16 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/doc.rs:8:3
|
8 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1305:9
|
1305 | try!(self
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1185:9
|
1185 | try!(self.0.serialize_key(inner_variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1136:9
|
1136 | try!(self.0.serialize_key(variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:545:25
|
545 | try!(sv.serialize_field(k, v));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:537:25
|
537 | try!(s.serialize_field(k, v));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:529:25
|
529 | try!(map.serialize_entry(k, v));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:521:25
|
521 | try!(tv.serialize_field(f));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:513:25
|
513 | try!(ts.serialize_field(f));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:505:25
|
505 | try!(tuple.serialize_element(e));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:421:13
|
421 | try!(self
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:377:13
|
377 | try!(self
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:321:9
|
321 | try!(map.serialize_key(inner_variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:320:9
|
320 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:319:23
|
319 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:294:9
|
294 | try!(state.serialize_field(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:293:25
|
293 | let mut state = try!(self.delegate.serialize_struct(name, len + 1));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:284:9
|
284 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:283:23
|
283 | let mut map = try!(self.delegate.serialize_map(len.map(|len| len + 1)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:274:9
|
274 | try!(map.serialize_key(inner_variant));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:273:9
|
273 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:272:23
|
272 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:231:9
|
231 | try!(map.serialize_entry(inner_variant, inner_value));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:230:9
|
230 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:229:23
|
229 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:204:9
|
204 | try!(map.serialize_entry(inner_variant, &()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:203:9
|
203 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:202:23
|
202 | let mut map = try!(self.delegate.serialize_map(Some(2)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:192:9
|
192 | try!(map.serialize_entry(self.tag, self.variant_name));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:191:23
|
191 | let mut map = try!(self.delegate.serialize_map(Some(1)));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2528:13
|
2528 | write!(
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2501:19
|
2501 | while try!(access.next_entry::<IgnoredAny, IgnoredAny>()).is_some() {}
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2483:13
|
2483 | write!(
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2322:27
|
2322 | let ret = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1810:9
|
1810 | try!(map_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1809:21
|
1809 | let value = try!(visitor.visit_map(&mut map_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1790:9
|
1790 | try!(seq_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1789:21
|
1789 | let value = try!(visitor.visit_seq(&mut seq_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1612:27
|
1612 | let ret = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1072:9
|
1072 | try!(map_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1071:21
|
1071 | let value = try!(visitor.visit_map(&mut map_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1055:9
|
1055 | try!(seq_visitor.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1054:21
|
1054 | let value = try!(visitor.visit_seq(&mut seq_visitor));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:974:13
|
974 | write!(
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:926:13
|
926 | write!(formatter, "{:?} or {:?}", self.tag, self.content)
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:882:33
|
882 | let v = try!(map.next_value());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:879:36
|
879 | tag = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:873:33
|
873 | while let Some(k) = try!(map.next_key_seed(TagOrContentVisitor::new(self.tag_name))) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:863:26
|
863 | content: try!(Content::deserialize(rest)),
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:854:29
|
854 | let tag = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:544:13
|
544 | write!(fmt, "a type tag `{}` or any other value", self.name)
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:489:34
|
489 | while let Some(kv) = try!(visitor.next_entry()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:478:33
|
478 | while let Some(e) = try!(visitor.next_element()) {
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:219:7
|
219 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1844:9
|
1844 | try!(self.serialize_key(key));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1337:13
|
1337 | try!(iter.try_for_each(|(key, value)| serializer.serialize_entry(&key, &value)));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1286:13
|
1286 | try!(iter.try_for_each(|item| serializer.serialize_element(&item)));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:639:13
|
639 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
814 | serialize_display_bounded_length!(self, MAX_LEN, serializer)
| ------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `serialize_display_bounded_length` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:810:13
|
810 | debug_assert_eq!(
| ^^^^^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:639:13
|
639 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
795 | serialize_display_bounded_length!(self, MAX_LEN, serializer)
| ------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `serialize_display_bounded_length` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:794:13
|
794 | debug_assert_eq!(MAX_LEN, "101.102.103.104:65000".len());
| ^^^^^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:639:13
|
639 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
755 | serialize_display_bounded_length!(self, MAX_LEN, serializer)
| ------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `serialize_display_bounded_length` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:754:13
|
754 | debug_assert_eq!(MAX_LEN, "1001:1002:1003:1004:1005:1006:1007:1008".len());
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:731:13
|
731 | debug_assert_eq!(MAX_LEN, "101.102.103.104".len());
| ^^^^^^^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:707:3
|
707 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:714:9
|
714 | assert_eq!(i.to_string().as_bytes(), &buf[..written]);
| ^^^^^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:622:9
|
622 | try!(state.serialize_field("nanos_since_epoch", &duration_since_epoch.subsec_nanos()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:621:9
|
621 | try!(state.serialize_field("secs_since_epoch", &duration_since_epoch.as_secs()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:620:25
|
620 | let mut state = try!(serializer.serialize_struct("SystemTime", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:603:9
|
603 | try!(state.serialize_field("nanos", &self.subsec_nanos()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:602:9
|
602 | try!(state.serialize_field("secs", &self.as_secs()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:601:25
|
601 | let mut state = try!(serializer.serialize_struct("Duration", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:320:25
|
320 | try!(tuple.serialize_element(&self.$n));
| ^^^
...
329 | / tuple_impls! {
330 | | 1 => (0 T0)
331 | | 2 => (0 T0 1 T1)
332 | | 3 => (0 T0 1 T1 2 T2)
... |
345 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
346 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:318:37
|
318 | let mut tuple = try!(serializer.serialize_tuple($len));
| ^^^
...
329 | / tuple_impls! {
330 | | 1 => (0 T0)
331 | | 2 => (0 T0 1 T1)
332 | | 3 => (0 T0 1 T1 2 T2)
... |
345 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
346 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:254:9
|
254 | try!(state.serialize_field("end", &self.end()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:253:9
|
253 | try!(state.serialize_field("start", &self.start()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:252:25
|
252 | let mut state = try!(serializer.serialize_struct("RangeInclusive", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:235:9
|
235 | try!(state.serialize_field("end", &self.end));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:234:9
|
234 | try!(state.serialize_field("start", &self.start));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:233:25
|
233 | let mut state = try!(serializer.serialize_struct("Range", 2));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:154:25
|
154 | try!(seq.serialize_element(e));
| ^^^
...
163 | / array_impls! {
164 | | 01 02 03 04 05 06 07 08 09 10
165 | | 11 12 13 14 15 16 17 18 19 20
166 | | 21 22 23 24 25 26 27 28 29 30
167 | | 31 32
168 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:152:35
|
152 | let mut seq = try!(serializer.serialize_tuple($len));
| ^^^
...
163 | / array_impls! {
164 | | 01 02 03 04 05 06 07 08 09 10
165 | | 11 12 13 14 15 16 17 18 19 20
166 | | 21 22 23 24 25 26 27 28 29 30
167 | | 31 32
168 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:136:9
|
136 | try!(serializer.serialize_tuple(0)).end()
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2289:21
|
2289 | try!(write!(formatter, "`{}`", alt));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2287:25
|
2287 | try!(write!(formatter, ", "));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2284:17
|
2284 | try!(write!(formatter, "one of "));
| ^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2282:18
|
2282 | 2 => write!(formatter, "`{}` or `{}`", self.names[0], self.names[1]),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2281:18
|
2281 | 1 => write!(formatter, "`{}`", self.names[0]),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2280:18
|
2280 | 0 => panic!(), // special case elsewhere
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1832:29
|
1832 | let value = try!(self.next_value_seed(vseed));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1830:15
|
1830 | match try!(self.next_key_seed(kseed)) {
| ^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1435:48
|
1435 | fmt::Write::write_fmt(&mut writer, format_args!("integer `{}` as u128", v)).unwrap();
| ^^^^^^^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1373:48
|
1373 | fmt::Write::write_fmt(&mut writer, format_args!("integer `{}` as i128", v)).unwrap();
| ^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:416:30
|
416 | StructVariant => write!(formatter, "struct variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:415:29
|
415 | TupleVariant => write!(formatter, "tuple variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:414:31
|
414 | NewtypeVariant => write!(formatter, "newtype variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:413:28
|
413 | UnitVariant => write!(formatter, "unit variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:412:21
|
412 | Enum => write!(formatter, "enum"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:411:20
|
411 | Map => write!(formatter, "map"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:410:20
|
410 | Seq => write!(formatter, "sequence"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:409:30
|
409 | NewtypeStruct => write!(formatter, "newtype struct"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:408:23
|
408 | Option => write!(formatter, "Option value"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:407:21
|
407 | Unit => write!(formatter, "unit value"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:406:25
|
406 | Bytes(_) => write!(formatter, "byte array"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:405:23
|
405 | Str(s) => write!(formatter, "string {:?}", s),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:404:24
|
404 | Char(c) => write!(formatter, "character `{}`", c),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:403:25
|
403 | Float(f) => write!(formatter, "floating point `{}`", f),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:402:26
|
402 | Signed(i) => write!(formatter, "integer `{}`", i),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:401:28
|
401 | Unsigned(i) => write!(formatter, "integer `{}`", i),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:400:24
|
400 | Bool(b) => write!(formatter, "boolean `{}`", b),
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:332:3
|
332 | #[derive(Copy, Clone, PartialEq, Debug)]
| ^^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:292:31
|
292 | Error::custom(format_args!("duplicate field `{}`", field))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:285:31
|
285 | Error::custom(format_args!("missing field `{}`", field))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:272:35
|
272 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:267:35
|
267 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:254:35
|
254 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:249:35
|
249 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:241:31
|
241 | Error::custom(format_args!("invalid length {}, expected {}", len, exp))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:227:31
|
227 | Error::custom(format_args!("invalid value: {}, expected {}", unexp, exp))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `format_args` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:209:31
|
209 | Error::custom(format_args!("invalid type: {}, expected {}", unexp, exp))
| ^^^^^^^^^^^
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2237:17
|
2237 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2225:42
|
2225 | ... nanos = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2217:41
|
2217 | ... secs = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2209:39
|
2209 | while let Some(key) = try!(map.next_key()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2199:17
|
2199 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2193:40
|
2193 | let nanos: u32 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2187:39
|
2187 | let secs: u64 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2095:17
|
2095 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2083:42
|
2083 | ... nanos = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2077:41
|
2077 | ... secs = Some(try!(map.next_value()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2071:39
|
2071 | while let Some(key) = try!(map.next_key()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2061:17
|
2061 | try!(check_overflow(secs, nanos));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2055:40
|
2055 | let nanos: u32 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2049:39
|
2049 | let secs: u64 = match try!(seq.next_element()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1870:9
|
1870 | try!(Option::<T>::deserialize(deserializer));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1852:9
|
1852 | try!(Option::<T>::deserialize(deserializer));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:212:52
|
212 | while let Some((IgnoredAny, IgnoredAny)) = try!(map.next_entry()) {
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:201:38
|
201 | while let Some(IgnoredAny) = try!(seq.next_element()) {
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:111:3
|
111 | #[derive(Copy, Clone, Debug, Default)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1405:3
|
1405 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1366:13
|
1366 | write!(formatter, "{} elements in map", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1364:13
|
1364 | write!(formatter, "1 element in map")
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1300:20
|
1300 | let pair = try!(visitor.visit_seq(&mut pair_visitor));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1196:29
|
1196 | let value = try!(vseed.deserialize(value.into_deserializer()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1195:27
|
1195 | let key = try!(kseed.deserialize(key.into_deserializer()));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1131:9
|
1131 | try!(self.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1130:21
|
1130 | let value = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1122:9
|
1122 | try!(self.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1121:21
|
1121 | let value = try!(visitor.visit_map(&mut self));
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1004:3
|
1004 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:941:13
|
941 | write!(formatter, "{} elements in sequence", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:939:13
|
939 | write!(formatter, "1 element in sequence")
| ^^^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:897:9
|
897 | try!(self.end());
| ^^^
error: cannot find macro `try` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:896:17
|
896 | let v = try!(visitor.visit_seq(&mut self));
| ^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:841:3
|
841 | #[derive(Clone)]
| ^^^^^^
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
293 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
292 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128);
| ------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
289 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
288 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
287 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
286 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64);
| --------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
285 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64);
| -------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
284 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16);
| -------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
283 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8);
| ---------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
282 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64);
| ---------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
281 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
280 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
279 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
278 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8);
| ----------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:269:35
|
269 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
277 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:51:3
|
51 | #[derive(Clone, PartialEq)]
| ^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:342:9
|
342 | use core::{
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:349:9
|
349 | use std::panic::{RefUnwindSafe, UnwindSafe};
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:757:9
|
757 | use std::{
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:167:9
|
167 | use core::{marker::PhantomData, ptr};
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:6:5
|
6 | use std::{
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:967:50
|
967 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:12:5
|
12 | use core::sync::atomic;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:15:5
|
15 | use core::num::NonZeroUsize;
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0432]: unresolved imports `atomic::AtomicUsize`, `atomic::Ordering`, `super::atomic::AtomicPtr`, `super::atomic::Ordering`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:14:14
|
14 | use atomic::{AtomicUsize, Ordering};
| ^^^^^^^^^^^ ^^^^^^^^
...
166 | use super::atomic::{AtomicPtr, Ordering};
| ^^^^^^^^^ ^^^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:406:31
|
406 | Err(_) => unreachable!(),
| ^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:980:50
|
980 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:704:47
|
704 | init.take().unwrap_or_else(|| panic!("Lazy instance has previously been poisoned"))
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:727:25
|
727 | None => panic!("Lazy instance has previously been poisoned"),
| ^^^^^
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:994:50
|
994 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:742:51
|
742 | self.cell.get_mut().unwrap_or_else(|| unreachable!())
| ^^^^^^^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:817:31
|
817 | Err(_) => unreachable!(),
| ^^^^^^^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1142:47
|
1142 | init.take().unwrap_or_else(|| panic!("Lazy instance has previously been poisoned"))
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1164:25
|
1164 | None => panic!("Lazy instance has previously been poisoned"),
| ^^^^^
error: cannot find macro `unreachable` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1179:51
|
1179 | self.cell.get_mut().unwrap_or_else(|| unreachable!())
| ^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:17:3
|
17 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:117:9
|
117 | debug_assert!(self.is_initialized());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:123:17
|
123 | debug_assert!(false);
| ^^^^^^^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:178:17
|
178 | assert!(state_and_queue & STATE_MASK == RUNNING);
| ^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:224:9
|
224 | assert_eq!(state_and_queue & STATE_MASK, RUNNING);
| ^^^^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:584:13
|
584 | assert!(self.set(val).is_ok(), "reentrant init");
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1017:13
|
1017 | debug_assert!(self.0.is_initialized());
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:18:3
|
18 | #[derive(Default, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:97:3
|
97 | #[derive(Default, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:179:13
|
179 | write!(f, "OnceBox({:?})", self.inner.load(Ordering::Relaxed))
| ^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1216:13
|
1216 | debug_assert!(false);
| ^^^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1380:55
|
1380 | type Deserializer = MapDeserializer<'de, <Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1395:55
|
1395 | type Deserializer = MapDeserializer<'de, <Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:177:13
|
177 | impl<T> core::fmt::Debug for OnceBox<T> {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:178:31
|
178 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `core`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:178:60
|
178 | fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0463]: can't find crate for `std`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1217:13
|
1217 | std::hint::unreachable_unchecked()
| ^^^ can't find crate
|
= note: the `wasm32-unknown-unknown` target may not be installed
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:23:23
|
23 | value: UnsafeCell<Option<T>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:31:29
|
31 | unsafe impl<T: Sync + Send> Sync for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:31:16
|
31 | unsafe impl<T: Sync + Send> Sync for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:31:23
|
31 | unsafe impl<T: Sync + Send> Sync for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:32:22
|
32 | unsafe impl<T: Send> Send for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:32:16
|
32 | unsafe impl<T: Send> Send for OnceCell<T> {}
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:50:18
|
50 | thread: Cell<Option<Thread>>,
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:68:36
|
68 | value: UnsafeCell::new(None),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:88:12
|
88 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:88:24
|
88 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:86:52
|
86 | pub(crate) fn initialize<F, E>(&self, f: F) -> Result<(), E>
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:91:22
|
91 | let mut res: Result<(), E> = Ok(());
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:92:24
|
92 | let slot: *mut Option<T> = self.value.get();
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:96:17
|
96 | Ok(value) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:100:17
|
100 | Err(err) => {
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:118:20
|
118 | let slot: &Option<T> = &*self.value.get();
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:120:13
|
120 | Some(value) => value,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:131:41
|
131 | pub(crate) fn get_mut(&mut self) -> Option<&mut T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:139:39
|
139 | pub(crate) fn into_inner(self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:150:70
|
150 | fn initialize_inner(my_state_and_queue: &AtomicUsize, init: &mut dyn FnMut() -> bool) -> bool {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:163:24
|
163 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:206:16
|
206 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:219:6
|
219 | impl Drop for WaiterQueue<'_> {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:230:54
|
230 | let thread = (*queue).thread.replace(None).unwrap();
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:373:27
|
373 | inner: UnsafeCell<Option<T>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:385:13
|
385 | impl<T> Default for OnceCell<T> {
| ^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:394:17
|
394 | Some(v) => f.debug_tuple("OnceCell").field(v).finish(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:400:20
|
400 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:400:13
|
400 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:403:20
|
403 | if let Some(value) = self.get() {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:405:21
|
405 | Ok(()) => (),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:406:21
|
406 | Err(_) => unreachable!(),
| ^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:413:24
|
413 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:413:13
|
413 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:419:17
|
419 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:419:13
|
419 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:421:13
|
421 | impl<T> From<T> for OnceCell<T> {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:430:47
|
430 | OnceCell { inner: UnsafeCell::new(None) }
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:436:30
|
436 | pub fn get(&self) -> Option<&T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:456:38
|
456 | pub fn get_mut(&mut self) -> Option<&mut T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:478:40
|
478 | pub fn set(&self, value: T) -> Result<(), T> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:480:17
|
480 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:481:17
|
481 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:499:47
|
499 | pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:500:20
|
500 | if let Some(old) = self.get() {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:510:17
|
510 | Some(value) => value,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:538:16
|
538 | F: FnOnce() -> T,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:542:17
|
542 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:543:17
|
543 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:574:16
|
574 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:574:28
|
574 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:572:54
|
572 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:576:20
|
576 | if let Some(val) = self.get() {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:617:35
|
617 | pub fn take(&mut self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:637:36
|
637 | pub fn into_inner(self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:666:20
|
666 | init: Cell<Option<F>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:700:48
|
700 | pub fn into_value(this: Lazy<T, F>) -> Result<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:709:16
|
709 | impl<T, F: FnOnce() -> T> Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:726:17
|
726 | Some(f) => f(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:732:16
|
732 | impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:739:16
|
739 | impl<T, F: FnOnce() -> T> DerefMut for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:746:22
|
746 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:746:13
|
746 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:796:13
|
796 | impl<T> Default for OnceCell<T> {
| ^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:805:17
|
805 | Some(v) => f.debug_tuple("OnceCell").field(v).finish(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:811:20
|
811 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:811:13
|
811 | impl<T: Clone> Clone for OnceCell<T> {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:814:20
|
814 | if let Some(value) = self.get() {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:816:21
|
816 | Ok(()) => (),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:817:21
|
817 | Err(_) => unreachable!(),
| ^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:824:13
|
824 | impl<T> From<T> for OnceCell<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:832:24
|
832 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `PartialEq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:832:13
|
832 | impl<T: PartialEq> PartialEq for OnceCell<T> {
| ^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:838:17
|
838 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:838:13
|
838 | impl<T: Eq> Eq for OnceCell<T> {}
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:850:30
|
850 | pub fn get(&self) -> Option<&T> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:855:17
|
855 | None
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:874:38
|
874 | pub fn get_mut(&mut self) -> Option<&mut T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:912:40
|
912 | pub fn set(&self, value: T) -> Result<(), T> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:914:17
|
914 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:915:17
|
915 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:934:47
|
934 | pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:939:17
|
939 | Some(value) => Err((res, value)),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:971:16
|
971 | F: FnOnce() -> T,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:975:17
|
975 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:976:17
|
976 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1008:16
|
1008 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1008:28
|
1008 | F: FnOnce() -> Result<T, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1006:54
|
1006 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1011:20
|
1011 | if let Some(value) = self.get() {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1050:35
|
1050 | pub fn take(&mut self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1069:36
|
1069 | pub fn into_inner(self) -> Option<T> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1109:20
|
1109 | init: Cell<Option<F>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1122:29
|
1122 | unsafe impl<T, F: Send> Sync for Lazy<T, F> where OnceCell<T>: Sync {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1122:23
|
1122 | unsafe impl<T, F: Send> Sync for Lazy<T, F> where OnceCell<T>: Sync {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1122:68
|
1122 | unsafe impl<T, F: Send> Sync for Lazy<T, F> where OnceCell<T>: Sync {}
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1138:48
|
1138 | pub fn into_value(this: Lazy<T, F>) -> Result<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1147:16
|
1147 | impl<T, F: FnOnce() -> T> Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1163:17
|
1163 | Some(f) => f(),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1169:16
|
1169 | impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1176:16
|
1176 | impl<T, F: FnOnce() -> T> DerefMut for Lazy<T, F> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1183:22
|
1183 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1183:13
|
1183 | impl<T: Default> Default for Lazy<T> {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:32:26
|
32 | pub fn get(&self) -> Option<NonZeroUsize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:42:47
|
42 | pub fn set(&self, value: NonZeroUsize) -> Result<(), ()> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:46:13
|
46 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:47:13
|
47 | Err(_) => Err(()),
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:59:12
|
59 | F: FnOnce() -> NonZeroUsize,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:63:13
|
63 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:64:13
|
64 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:77:12
|
77 | F: FnOnce() -> Result<NonZeroUsize, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:77:24
|
77 | F: FnOnce() -> Result<NonZeroUsize, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:75:50
|
75 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<NonZeroUsize, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:81:13
|
81 | Some(it) => it,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:86:24
|
86 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:111:26
|
111 | pub fn get(&self) -> Option<bool> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:120:39
|
120 | pub fn set(&self, value: bool) -> Result<(), ()> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:132:12
|
132 | F: FnOnce() -> bool,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:146:12
|
146 | F: FnOnce() -> Result<bool, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:146:24
|
146 | F: FnOnce() -> Result<bool, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:144:50
|
144 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<bool, E>
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:174:28
|
174 | ghost: PhantomData<Option<Box<T>>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:183:13
|
183 | impl<T> Default for OnceBox<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:189:13
|
189 | impl<T> Drop for OnceBox<T> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:205:30
|
205 | pub fn get(&self) -> Option<&T> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:208:24
|
208 | return None;
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:217:45
|
217 | pub fn set(&self, value: Box<T>) -> Result<(), Box<T>> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:225:20
|
225 | if let Err(_) = exchange {
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:240:16
|
240 | F: FnOnce() -> Box<T>,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:244:17
|
244 | Ok(val) => val,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:245:17
|
245 | Err(void) => match void {},
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:258:16
|
258 | F: FnOnce() -> Result<Box<T>, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:258:28
|
258 | F: FnOnce() -> Result<Box<T>, E>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:256:54
|
256 | pub fn get_or_try_init<F, E>(&self, f: F) -> Result<&T, E>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:271:24
|
271 | if let Err(old) = exchange {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:280:33
|
280 | unsafe impl<T: Sync + Send> Sync for OnceBox<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:280:20
|
280 | unsafe impl<T: Sync + Send> Sync for OnceBox<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:280:27
|
280 | unsafe impl<T: Sync + Send> Sync for OnceBox<T> {}
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1212:39
|
1212 | unsafe fn take_unchecked<T>(val: &mut Option<T>) -> T {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1214:9
|
1214 | Some(it) => it,
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:90:21
|
90 | let mut f = Some(f);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:91:38
|
91 | let mut res: Result<(), E> = Ok(());
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:97:38
|
97 | unsafe { *slot = Some(value) };
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:101:27
|
101 | res = Err(err);
| ^^^ help: a local variable with a similar name exists: `err`
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/imp_std.rs:194:31
|
194 | thread: Cell::new(Some(thread::current())),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:423:47
|
423 | OnceCell { inner: UnsafeCell::new(Some(value)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:480:26
|
480 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:481:36
|
481 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:501:24
|
501 | return Err((old, value));
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:508:21
|
508 | *slot = Some(value);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:509:13
|
509 | Ok(match &*slot {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:541:43
|
541 | match self.get_or_try_init(|| Ok::<T, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:577:24
|
577 | return Ok(val);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:585:13
|
585 | Ok(self.get().unwrap())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:694:59
|
694 | Lazy { cell: OnceCell::new(), init: Cell::new(Some(init)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:853:17
|
853 | Some(unsafe { self.get_unchecked() })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:914:26
|
914 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:915:36
|
915 | Err((_, value)) => Err(value),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:935:29
|
935 | let mut value = Some(value);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:938:25
|
938 | None => Ok(res),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:939:32
|
939 | Some(value) => Err((res, value)),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:974:43
|
974 | match self.get_or_try_init(|| Ok::<T, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1012:24
|
1012 | return Ok(value);
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1018:13
|
1018 | Ok(unsafe { self.get_unchecked() })
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs:1132:59
|
1132 | Lazy { cell: OnceCell::new(), init: Cell::new(Some(f)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:46:22
|
46 | Ok(_) => Ok(()),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:47:23
|
47 | Err(_) => Err(()),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:62:39
|
62 | match self.get_or_try_init(|| Ok::<NonZeroUsize, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:92:9
|
92 | Ok(res)
| ^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:193:17
|
193 | drop(unsafe { Box::from_raw(ptr) })
| ^^^^ not found in this scope
|
help: consider using the associated function
|
193 | self.drop(unsafe { Box::from_raw(ptr) })
| +++++
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:210:13
|
210 | Some(unsafe { &*ptr })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:227:24
|
227 | return Err(value);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:229:13
|
229 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:243:43
|
243 | match self.get_or_try_init(|| Ok::<Box<T>, Void>(f())) {
| ^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:272:21
|
272 | drop(unsafe { Box::from_raw(ptr) });
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/race.rs:276:13
|
276 | Ok(unsafe { &*ptr })
| ^^ not found in this scope
Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0463, E0531.
error: could not compile `once_cell` due to 209 previous errors
error[E0433]: failed to resolve: use of undeclared type `AsRef`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1648:18
|
1648 | .map(AsRef::as_ref)
| ^^^^^ use of undeclared type `AsRef`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1278:15
|
1278 | <I as IntoIterator>::Item: Serialize,
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1581:37
|
1581 | iter: <Vec<Content<'de>> as IntoIterator>::IntoIter,
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1654:53
|
1654 | iter: <Vec<(Content<'de>, Content<'de>)> as IntoIterator>::IntoIter,
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2291:38
|
2291 | iter: <&'a [Content<'de>] as IntoIterator>::IntoIter,
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0433]: failed to resolve: use of undeclared type `IntoIterator`
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2366:54
|
2366 | iter: <&'a [(Content<'de>, Content<'de>)] as IntoIterator>::IntoIter,
| ^^^^^^^^^^^^ use of undeclared type `IntoIterator`
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
142 | impl_copy_clone!(UnitDeserializer);
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
277 | primitive_deserializer!(bool, "a `bool`.", BoolDeserializer, visit_bool);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
278 | primitive_deserializer!(i8, "an `i8`.", I8Deserializer, visit_i8);
| ----------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
279 | primitive_deserializer!(i16, "an `i16`.", I16Deserializer, visit_i16);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
280 | primitive_deserializer!(i32, "an `i32`.", I32Deserializer, visit_i32);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
281 | primitive_deserializer!(i64, "an `i64`.", I64Deserializer, visit_i64);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
282 | primitive_deserializer!(isize, "an `isize`.", IsizeDeserializer, visit_i64 as i64);
| ---------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
283 | primitive_deserializer!(u8, "a `u8`.", U8Deserializer, visit_u8);
| ---------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
284 | primitive_deserializer!(u16, "a `u16`.", U16Deserializer, visit_u16);
| -------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
285 | primitive_deserializer!(u64, "a `u64`.", U64Deserializer, visit_u64);
| -------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
286 | primitive_deserializer!(usize, "a `usize`.", UsizeDeserializer, visit_u64 as u64);
| --------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
287 | primitive_deserializer!(f32, "an `f32`.", F32Deserializer, visit_f32);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
288 | primitive_deserializer!(f64, "an `f64`.", F64Deserializer, visit_f64);
| --------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
289 | primitive_deserializer!(char, "a `char`.", CharDeserializer, visit_char);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
292 | primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128);
| ------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
293 | primitive_deserializer!(u128, "a `u128`.", U128Deserializer, visit_u128);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` which comes from the expansion of the macro `primitive_deserializer` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
302 | impl_copy_clone!(U32Deserializer);
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
384 | impl_copy_clone!(StrDeserializer<'de>);
| -------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
467 | impl_copy_clone!(BorrowedStrDeserializer<'de>);
| ---------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
748 | impl_copy_clone!(BytesDeserializer<'a>);
| --------------------------------------- in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:37:32
|
37 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
807 | impl_copy_clone!(BorrowedBytesDeserializer<'de>);
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `impl_copy_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:850:8
|
850 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:864:8
|
864 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:886:8
|
886 | I: Iterator<Item = T>,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:910:8
|
910 | I: Iterator<Item = T>,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:921:13
|
921 | Some(value) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:923:65
|
923 | seed.deserialize(value.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:977:35
|
977 | T: IntoDeserializer<'de, E> + Eq + Ord,
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:977:40
|
977 | T: IntoDeserializer<'de, E> + Eq + Ord,
| ^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:990:35
|
990 | T: IntoDeserializer<'de, E> + Eq + Hash,
| ^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1041:8
|
1041 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1053:8
|
1053 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1060:20
|
1060 | value: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
24 | use __private::de::Content::None;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1070:8
|
1070 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1093:8
|
1093 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1098:13
|
1098 | Some(kv) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1100:17
|
1100 | Some(private::Pair::split(kv))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1109:8
|
1109 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1152:8
|
1152 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1165:13
|
1165 | Some((key, value)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1166:30
|
1166 | self.value = Some(value);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1167:63
|
1167 | seed.deserialize(key.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1194:13
|
1194 | Some((key, value)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1197:20
|
1197 | Ok(Some((key, value)))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1210:8
|
1210 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1223:13
|
1223 | Some((k, v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1225:42
|
1225 | seed.deserialize(de).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1239:8
|
1239 | I: Iterator + Clone,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1256:8
|
1256 | I: Iterator + Debug,
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1299:44
|
1299 | let mut pair_visitor = PairVisitor(Some(self.0), Some(self.1), PhantomData);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1299:58
|
1299 | let mut pair_visitor = PairVisitor(Some(self.0), Some(self.1), PhantomData);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1339:16
|
1339 | if let Some(k) = self.0.take() {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1340:57
|
1340 | seed.deserialize(k.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1341:23
|
1341 | } else if let Some(v) = self.1.take() {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1342:57
|
1342 | seed.deserialize(v.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1344:16
|
1344 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
24 | use __private::de::Content::None;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1350:13
|
1350 | Some(2)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1352:13
|
1352 | Some(1)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1354:13
|
1354 | Some(0)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1376:35
|
1376 | K: IntoDeserializer<'de, E> + Eq + Ord,
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1376:40
|
1376 | K: IntoDeserializer<'de, E> + Eq + Ord,
| ^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1390:35
|
1390 | K: IntoDeserializer<'de, E> + Eq + Hash,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1461:13
|
1461 | Some(key) => Ok((key, private::map_as_enum(self.map))),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:201:19
|
201 | while let Some(IgnoredAny) = try!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:212:19
|
212 | while let Some((IgnoredAny, IgnoredAny)) = try!(map.next_entry()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:210:24
|
210 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:210:24
|
210 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:210:24
|
210 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
294 | / impl_deserialize_num! {
295 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
296 | | num_self!(i32:visit_i32);
297 | | num_as_self!(i8:visit_i8 i16:visit_i16);
298 | | int_to_int!(i64:visit_i64);
299 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
300 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
302 | / impl_deserialize_num! {
303 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
304 | | num_self!(i64:visit_i64);
305 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
306 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
307 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:210:24
|
210 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
309 | / impl_deserialize_num! {
310 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
311 | | num_as_self!(i8:visit_i8 i16:visit_i16);
312 | | int_to_int!(i32:visit_i32 i64:visit_i64);
313 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
314 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:240:24
|
240 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
316 | / impl_deserialize_num! {
317 | | u8, NonZeroU8, deserialize_u8
318 | | num_self!(u8:visit_u8);
319 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
320 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:240:24
|
240 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | u16, NonZeroU16, deserialize_u16
325 | | num_self!(u16:visit_u16);
326 | | num_as_self!(u8:visit_u8);
327 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
328 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
329 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:240:24
|
240 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
331 | / impl_deserialize_num! {
332 | | u32, NonZeroU32, deserialize_u32
333 | | num_self!(u32:visit_u32);
334 | | num_as_self!(u8:visit_u8 u16:visit_u16);
335 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
336 | | uint_to_self!(u64:visit_u64);
337 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:240:24
|
240 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
339 | / impl_deserialize_num! {
340 | | u64, NonZeroU64, deserialize_u64
341 | | num_self!(u64:visit_u64);
342 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
343 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
344 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:240:24
|
240 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:270:24
|
270 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
346 | / impl_deserialize_num! {
347 | | usize, NonZeroUsize, deserialize_u64
348 | | num_as_self!(u8:visit_u8 u16:visit_u16);
349 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
350 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
351 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:397:28
|
397 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
412 | / impl_deserialize_num! {
413 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
414 | | num_self!(i128:visit_i128);
415 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
416 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
417 | | num_128!(u128:visit_u128);
418 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:151:20
|
151 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:176:20
|
176 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:240:24
|
240 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `int_to_uint` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:397:28
|
397 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
420 | / impl_deserialize_num! {
421 | | u128, NonZeroU128, deserialize_u128
422 | | num_self!(u128:visit_u128);
423 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
424 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
425 | | num_128!(i128:visit_i128);
426 | | }
| |_____- in this macro invocation
|
= note: this error originates in the macro `num_128` which comes from the expansion of the macro `impl_deserialize_num` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:455:14
|
455 | (Some(c), None) => Ok(c),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:505:13
|
505 | Ok(s) => Ok(s.to_owned()),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:506:13
|
506 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:515:13
|
515 | Ok(s) => Ok(s),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:516:13
|
516 | Err(e) => Err(Error::invalid_value(
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:554:13
|
554 | Ok(s) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:559:13
|
559 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:568:13
|
568 | Ok(s) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:572:13
|
572 | Err(e) => Err(Error::invalid_value(
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:687:19
|
687 | while let Some(value) = try!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:777:12
|
777 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:785:12
|
785 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:793:42
|
793 | T::deserialize(deserializer).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:827:31
|
827 | struct PhantomDataVisitor<T: ?Sized> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:831:15
|
831 | impl<'de, T: ?Sized> Visitor<'de> for PhantomDataVisitor<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:847:15
|
847 | impl<'de, T: ?Sized> Deserialize<'de> for PhantomData<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:960:19
|
960 | BinaryHeap<T: Ord>,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:35
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:35
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
959 | / seq_impl!(
960 | | BinaryHeap<T: Ord>,
961 | | seq,
962 | | BinaryHeap::clear,
... |
965 | | BinaryHeap::push
966 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:970:17
|
970 | BTreeSet<T: Eq + Ord>,
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:970:22
|
970 | BTreeSet<T: Eq + Ord>,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:35
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:35
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
969 | / seq_impl!(
970 | | BTreeSet<T: Eq + Ord>,
971 | | seq,
972 | | BTreeSet::clear,
... |
975 | | BTreeSet::insert
976 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:35
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:35
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
979 | / seq_impl!(
980 | | LinkedList<T>,
981 | | seq,
982 | | LinkedList::clear,
... |
985 | | LinkedList::push_back
986 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:990:16
|
990 | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:35
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:35
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
989 | / seq_impl!(
990 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
991 | | seq,
992 | | HashSet::clear,
993 | | HashSet::with_capacity_and_hasher(size_hint::cautious(seq.size_hint()), S::default()),
994 | | HashSet::reserve,
995 | | HashSet::insert);
| |____________________- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:902:35
|
902 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:940:35
|
940 | while let Some(value) = try!($access.next_element()) {
| ^^^^ not found in this scope
...
998 | / seq_impl!(
999 | | VecDeque<T>,
1000 | | seq,
1001 | | VecDeque::clear,
... |
1004 | | VecDeque::push_back
1005 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1038:27
|
1038 | while let Some(value) = try!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1073:24
|
1073 | if let Some(additional) = hint.checked_sub(self.0.len()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1088:27
|
1088 | while let Some(value) = try!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1161:29
|
1161 | Some(val) => val,
| ^^^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1183:40
|
1183 | let mut fail_idx = None;
| ^^^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1186:40
|
1186 | fail_idx = Some(idx);
| ^^^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1190:28
|
1190 | if let Some(idx) = fail_idx {
| ^^^^ not found in this scope
...
1219 | / array_impls! {
1220 | | 1 => (0)
1221 | | 2 => (0 1)
1222 | | 3 => (0 1 2)
... |
1251 | | 32 => (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31)
1252 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1284:37
|
1284 | Some(value) => value,
| ^^^^ not found in this scope
...
1333 | / tuple_impls! {
1334 | | 1 => (0 T0)
1335 | | 2 => (0 T0 1 T1)
1336 | | 3 => (0 T0 1 T1 2 T2)
... |
1349 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15)
1350 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1411:17
|
1411 | BTreeMap<K: Ord, V>,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1394:35
|
1394 | while let Some((key, value)) = try!($access.next_entry()) {
| ^^^^ not found in this scope
...
1410 | / map_impl!(
1411 | | BTreeMap<K: Ord, V>,
1412 | | map,
1413 | | BTreeMap::new());
| |____________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1417:16
|
1417 | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1394:35
|
1394 | while let Some((key, value)) = try!($access.next_entry()) {
| ^^^^ not found in this scope
...
1416 | / map_impl!(
1417 | | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
1418 | | map,
1419 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default()));
| |__________________________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1502:37
|
1502 | Ok(value) => Err(Error::unknown_variant(value, $variants_name)),
| ^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1503:37
|
1503 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(value), &self)),
| ^^^ not found in this scope
...
1563 | / deserialize_enum! {
1564 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1565 | | "`V4` or `V6`",
1566 | | deserializer
1567 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1502:37
|
1502 | Ok(value) => Err(Error::unknown_variant(value, $variants_name)),
| ^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1503:37
|
1503 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(value), &self)),
| ^^^ not found in this scope
...
1606 | / deserialize_enum! {
1607 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1608 | | "`V4` or `V6`",
1609 | | deserializer
1610 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` which comes from the expansion of the macro `deserialize_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1823:19
|
1823 | impl<'de, 'a, T: ?Sized> Deserialize<'de> for Cow<'a, T>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1844:15
|
1844 | impl<'de, T: ?Sized> Deserialize<'de> for RcWeak<T>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1862:15
|
1862 | impl<'de, T: ?Sized> Deserialize<'de> for ArcWeak<T>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1888:23
|
1888 | impl<'de, T: ?Sized> Deserialize<'de> for $t<T>
| ^^^^^ not found in this scope
...
1907 | / box_forwarded_impl! {
1908 | | /// This impl requires the [`"rc"`] Cargo feature of Serde.
1909 | | ///
1910 | | /// Deserializing a data structure containing `Rc` will not attempt to
... |
1915 | | Rc
1916 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `box_forwarded_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1888:23
|
1888 | impl<'de, T: ?Sized> Deserialize<'de> for $t<T>
| ^^^^^ not found in this scope
...
1923 | / box_forwarded_impl! {
1924 | | /// This impl requires the [`"rc"`] Cargo feature of Serde.
1925 | | ///
1926 | | /// Deserializing a data structure containing `Arc` will not attempt to
... |
1931 | | Arc
1932 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `box_forwarded_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:1938:27
|
1938 | T: Deserialize<'de> + Copy,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2031:17
|
2031 | Some(_) => Ok(()),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2050:21
|
2050 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2056:21
|
2056 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2069:45
|
2069 | let mut secs: Option<u64> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2070:46
|
2070 | let mut nanos: Option<u32> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2071:27
|
2071 | while let Some(key) = try!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2077:36
|
2077 | ... secs = Some(try!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2083:37
|
2083 | ... nanos = Some(try!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2088:21
|
2088 | Some(secs) => secs,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2092:21
|
2092 | Some(nanos) => nanos,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2169:17
|
2169 | Some(_) => Ok(()),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2188:21
|
2188 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2194:21
|
2194 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2207:45
|
2207 | let mut secs: Option<u64> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2208:46
|
2208 | let mut nanos: Option<u32> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2209:27
|
2209 | while let Some(key) = try!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2217:36
|
2217 | ... secs = Some(try!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2225:37
|
2225 | ... nanos = Some(try!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2230:21
|
2230 | Some(secs) => secs,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2234:21
|
2234 | Some(nanos) => nanos,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2385:17
|
2385 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2306 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2391:17
|
2391 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2306 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2403:42
|
2403 | let mut start: Option<Idx> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
2306 | use __private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2404:40
|
2404 | let mut end: Option<Idx> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
2306 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2405:23
|
2405 | while let Some(key) = try!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2306 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2411:33
|
2411 | start = Some(try!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2306 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2417:31
|
2417 | end = Some(try!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2306 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2422:17
|
2422 | Some(start) => start,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2306 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2426:17
|
2426 | Some(end) => end,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2306 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2499:33
|
2499 | ... Ok(value) => Err(Error::unknown_variant(value, VARIANTS)),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2500:33
|
2500 | ... Err(_) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2607:33
|
2607 | ... Ok(value) => Err(Error::unknown_variant(value, VARIANTS)),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2608:33
|
2608 | ... Err(_) => {
| ^^^ not found in this scope
error[E0425]: cannot find value `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2638:63
|
2638 | (Field::Ok, v) => v.newtype_variant().map(Ok),
| ^^ not found in this scope
error[E0425]: cannot find value `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:2639:64
|
2639 | (Field::Err, v) => v.newtype_variant().map(Err),
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:160:26
|
160 | pub trait Error: Sized $(+ $($supertrait)::+)* {
| ^^^^^ not found in this scope
...
299 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:532:29
|
532 | pub trait Deserialize<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:765:33
|
765 | pub trait DeserializeSeed<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:901:30
|
901 | pub trait Deserializer<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1278:25
|
1278 | pub trait Visitor<'de>: Sized {
| ^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1733:9
|
1733 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
115 | use __private::de::Content::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1737:19
|
1737 | impl<'de, 'a, A: ?Sized> SeqAccess<'de> for &'a mut A
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1831:13
|
1831 | Some(key) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
115 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1833:20
|
1833 | Ok(Some((key, value)))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
115 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1886:9
|
1886 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
115 | use __private::de::Content::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1890:19
|
1890 | impl<'de, 'a, A: ?Sized> MapAccess<'de> for &'a mut A
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:1977:28
|
1977 | pub trait EnumAccess<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/mod.rs:2024:31
|
2024 | pub trait VariantAccess<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:81:37
|
81 | fn serialize_newtype_struct<T: ?Sized>(self, _name: &'static str, value: &T) -> fmt::Result
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:96:27
|
96 | fn serialize_some<T: ?Sized>(self, _value: &T) -> fmt::Result
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:107:38
|
107 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/fmt.rs:168:24
|
168 | fn collect_str<T: ?Sized>(self, value: &T) -> fmt::Result
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:109:13
|
109 | Some(ref value) => serializer.serialize_some(value),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:117:10
|
117 | impl<T: ?Sized> Serialize for PhantomData<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:205:25
|
205 | seq_impl!(BinaryHeap<T: Ord>);
| ^^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:208:23
|
208 | seq_impl!(BTreeSet<T: Ord>);
| ^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:211:22
|
211 | seq_impl!(HashSet<T: Eq + Hash, H: BuildHasher>);
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:371:23
|
371 | map_impl!(BTreeMap<K: Ord, V>);
| ^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:374:22
|
374 | map_impl!(HashMap<K: Eq + Hash, V, H: BuildHasher>);
| ^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:396:22
|
396 | deref_impl!(<'a, T: ?Sized> Serialize for &'a T where T: Serialize);
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:397:22
|
397 | deref_impl!(<'a, T: ?Sized> Serialize for &'a mut T where T: Serialize);
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:400:18
|
400 | deref_impl!(<T: ?Sized> Serialize for Box<T> where T: Serialize);
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:412:10
|
412 | <T: ?Sized> Serialize for Rc<T> where T: Serialize
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:425:10
|
425 | <T: ?Sized> Serialize for Arc<T> where T: Serialize
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:429:22
|
429 | deref_impl!(<'a, T: ?Sized> Serialize for Cow<'a, T> where T: Serialize + ToOwned);
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:437:10
|
437 | impl<T: ?Sized> Serialize for RcWeak<T>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:453:10
|
453 | impl<T: ?Sized> Serialize for ArcWeak<T>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:515:20
|
515 | T: Serialize + Copy,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:534:13
|
534 | Ok(value) => value.serialize(serializer),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:535:13
|
535 | Err(_) => Err(S::Error::custom("already mutably borrowed")),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:550:13
|
550 | Ok(locked) => locked.serialize(serializer),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:551:13
|
551 | Err(_) => Err(S::Error::custom("lock poison error while serializing")),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:566:13
|
566 | Ok(locked) => locked.serialize(serializer),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:567:13
|
567 | Err(_) => Err(S::Error::custom("lock poison error while serializing")),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:717:13
|
717 | Some(next) => i = next,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impls.rs:830:13
|
830 | Some(s) => s.serialize(serializer),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:75:30
|
75 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:95:30
|
95 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:115:28
|
115 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:135:28
|
135 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:155:26
|
155 | fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:163:28
|
163 | fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:183:28
|
183 | fn serialize_field<T: ?Sized>(&mut self, key: &'static str, value: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/impossible.rs:204:28
|
204 | fn serialize_field<T: ?Sized>(&mut self, key: &'static str, value: &T) -> Result<(), Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:139:26
|
139 | pub trait Error: Sized $(+ $($supertrait)::+)* {
| ^^^^^ not found in this scope
...
183 | declare_error_trait!(Error: Sized + StdError);
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `declare_error_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:331:23
|
331 | pub trait Serializer: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:803:27
|
803 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:898:37
|
898 | fn serialize_newtype_struct<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:932:38
|
932 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1277:12
|
1277 | I: IntoIterator,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1329:12
|
1329 | I: IntoIterator<Item = (K, V)>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1381:24
|
1381 | fn collect_str<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1530:30
|
1530 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1630:30
|
1630 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1675:28
|
1675 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1733:28
|
1733 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1804:26
|
1804 | fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1814:28
|
1814 | fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1835:28
|
1835 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1835:39
|
1835 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1893:28
|
1893 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1959:28
|
1959 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1980:8
|
1980 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1983:14
|
1983 | (lo, Some(hi)) if lo == hi => Some(lo),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
110 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1983:39
|
1983 | (lo, Some(hi)) if lo == hi => Some(lo),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
110 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/ser/mod.rs:1984:14
|
1984 | _ => None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
110 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:99:17
|
99 | Ok(s) => Ok(Cow::Owned(s.to_owned())),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:100:17
|
100 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:109:17
|
109 | Ok(s) => Ok(Cow::Borrowed(s)),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:110:17
|
110 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v), &self)),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:119:17
|
119 | Ok(s) => Ok(Cow::Owned(s)),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:120:17
|
120 | Err(e) => Err(Error::invalid_value(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:254:36
|
254 | Content::Str(x) => Some(x),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:255:43
|
255 | Content::String(ref x) => Some(x),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:258:22
|
258 | _ => None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
206 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:478:23
|
478 | while let Some(e) = try!(visitor.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:489:23
|
489 | while let Some(kv) = try!(visitor.next_entry()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:855:17
|
855 | Some(tag) => tag,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:871:27
|
871 | let mut tag = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
206 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:873:23
|
873 | while let Some(k) = try!(map.next_key_seed(TagOrContentVisitor::new(self.tag_name))) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:879:31
|
879 | tag = Some(try!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:889:17
|
889 | Some(tag) => Ok(TaggedContent {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1380:25
|
1380 | Some(v) => v,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1395:31
|
1395 | (variant, Some(value))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1397:69
|
1397 | s @ Content::String(_) | s @ Content::Str(_) => (s, None),
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
206 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1513:17
|
1513 | Some(value) => de::Deserialize::deserialize(ContentDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1523:17
|
1523 | Some(value) => seed.deserialize(ContentDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1536:17
|
1536 | Some(Content::Seq(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1539:17
|
1539 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1559:17
|
1559 | Some(Content::Map(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1562:17
|
1562 | Some(Content::Seq(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1565:17
|
1565 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1640:17
|
1640 | Some(value) => seed.deserialize(ContentDeserializer::new(value)).map(Some),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1640:86
|
1640 | Some(value) => seed.deserialize(ContentDeserializer::new(value)).map(Some),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1666:24
|
1666 | value: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
206 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1683:17
|
1683 | Some((key, value)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1684:34
|
1684 | self.value = Some(value);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1685:73
|
1685 | seed.deserialize(ContentDeserializer::new(key)).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:1696:17
|
1696 | Some(value) => seed.deserialize(ContentDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2100:25
|
2100 | Some(v) => v,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2115:31
|
2115 | (variant, Some(value))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2117:77
|
2117 | ref s @ Content::String(_) | ref s @ Content::Str(_) => (s, None),
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
206 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2223:17
|
2223 | Some(value) => de::Deserialize::deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2233:17
|
2233 | Some(value) => seed.deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2246:17
|
2246 | Some(&Content::Seq(ref v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2249:17
|
2249 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2269:17
|
2269 | Some(&Content::Map(ref v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2272:17
|
2272 | Some(&Content::Seq(ref v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2275:17
|
2275 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2350:17
|
2350 | Some(value) => seed
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2352:26
|
2352 | .map(Some),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2378:24
|
2378 | value: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
206 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2395:17
|
2395 | Some(&(ref key, ref value)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2396:34
|
2396 | self.value = Some(value);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2397:76
|
2397 | seed.deserialize(ContentRefDeserializer::new(key)).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2408:17
|
2408 | Some(value) => seed.deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
206 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2569:36
|
2569 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T);
| ^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2725:22
|
2725 | pending: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2745:17
|
2745 | Some((ref c, _)) => c.as_str().map_or(false, |x| variants.contains(&x)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2750:70
|
2750 | return visitor.visit_enum(EnumDeserializer::new(key, Some(value)));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2791:13
|
2791 | Ok(value) => Ok(value),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2792:13
|
2792 | Err(()) => Self::deserialize_other(),
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2843:30
|
2843 | pending_content: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2862:20
|
2862 | if let Some((ref key, ref content)) = *item {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2863:40
|
2863 | self.pending_content = Some(content);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2864:79
|
2864 | return seed.deserialize(ContentRefDeserializer::new(key)).map(Some);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2867:12
|
2867 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2875:13
|
2875 | Some(value) => seed.deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2897:30
|
2897 | pending_content: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2915:19
|
2915 | while let Some(item) = self.iter.next() {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2921:17
|
2921 | Some((ref c, _)) => c.as_str().map_or(false, |key| self.fields.contains(&key)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2926:40
|
2926 | self.pending_content = Some(content);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2927:76
|
2927 | return seed.deserialize(ContentDeserializer::new(key)).map(Some);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2930:12
|
2930 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2938:13
|
2938 | Some(value) => seed.deserialize(ContentDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2963:20
|
2963 | if let Some((ref key, ref content)) = *item {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2968:32
|
2968 | self.pending = Some(content);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2969:79
|
2969 | return seed.deserialize(ContentRefDeserializer::new(key)).map(Some);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2972:12
|
2972 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/de.rs:2980:13
|
2980 | Some(value) => seed.deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:12:22
|
12 | pub fn constrain<T: ?Sized>(t: &T) -> &T {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:179:27
|
179 | fn serialize_some<T: ?Sized>(self, _: &T) -> Result<Self::Ok, Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:208:37
|
208 | fn serialize_newtype_struct<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:219:38
|
219 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:367:32
|
367 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), M::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:407:32
|
407 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:638:31
|
638 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Content, E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:662:41
|
662 | fn serialize_newtype_struct<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:676:42
|
676 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:739:22
|
739 | key: None,
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
340 | use __private::de::Content::None;
|
340 | use __private::ser::Content::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:785:34
|
785 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:811:34
|
811 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:838:32
|
838 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:867:32
|
867 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:899:30
|
899 | fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:904:24
|
904 | self.key = Some(key);
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
340 | use __private::de::Content::Some;
|
340 | use __private::ser::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:908:32
|
908 | fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:925:32
|
925 | fn serialize_entry<K: ?Sized, V: ?Sized>(&mut self, key: &K, value: &V) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:925:43
|
925 | fn serialize_entry<K: ?Sized, V: ?Sized>(&mut self, key: &K, value: &V) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:950:32
|
950 | fn serialize_field<T: ?Sized>(&mut self, key: &'static str, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:979:32
|
979 | fn serialize_field<T: ?Sized>(&mut self, key: &'static str, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1091:27
|
1091 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1115:37
|
1115 | fn serialize_newtype_struct<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1126:38
|
1126 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1204:26
|
1204 | fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1211:28
|
1211 | fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1218:28
|
1218 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1218:39
|
1218 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1246:28
|
1246 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/ser.rs:1291:28
|
1291 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/size_hint.rs:5:8
|
5 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/size_hint.rs:18:17
|
18 | (lower, Some(upper)) if lower == upper => Some(upper),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/size_hint.rs:18:51
|
18 | (lower, Some(upper)) if lower == upper => Some(upper),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 | use __private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/private/size_hint.rs:19:14
|
19 | _ => None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 | use __private::de::Content::None;
|
error[E0412]: cannot find type `Result` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/seed.rs:13:49
|
13 | fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
| ^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:872:13
|
872 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:876:13
|
876 | Err(de::Error::invalid_length(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:898:9
|
898 | Ok(v)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:925:21
|
925 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1079:13
|
1079 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1083:13
|
1083 | Err(de::Error::invalid_length(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1123:9
|
1123 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1132:9
|
1132 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1169:21
|
1169 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1197:17
|
1197 | Ok(Some((key, value)))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1199:21
|
1199 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1227:21
|
1227 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1302:13
|
1302 | Ok(pair)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1307:13
|
1307 | Err(de::Error::invalid_length(2, &ExpectedInSeq(2 - remaining)))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1320:13
|
1320 | Err(de::Error::invalid_length(2, &ExpectedInSeq(len)))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1344:13
|
1344 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1461:26
|
1461 | Some(key) => Ok((key, private::map_as_enum(self.map))),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1462:21
|
1462 | None => Err(de::Error::invalid_type(de::Unexpected::Map, &"enum")),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1494:13
|
1494 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1501:13
|
1501 | Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1511:13
|
1511 | Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/value.rs:1525:13
|
1525 | Err(de::Error::invalid_type(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/format.rs:23:13
|
23 | Err(fmt::Error)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/format.rs:27:13
|
27 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:124:9
|
124 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:130:9
|
130 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:137:13
|
137 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:144:9
|
144 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:151:13
|
151 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:158:9
|
158 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:167:9
|
167 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:172:9
|
172 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:193:9
|
193 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:204:9
|
204 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:215:9
|
215 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/ignored_any.rs:224:9
|
224 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:30:9
|
30 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:68:9
|
68 | Ok(v)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:195:17
|
195 | Ok(v as Self::Value)
| ^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:197:17
|
197 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:211:28
|
211 | return Ok(nonzero);
| ^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:214:13
|
214 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:271:28
|
271 | return Ok(nonzero);
| ^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:274:13
|
274 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
279 | / impl_deserialize_num! {
280 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
281 | | num_self!(i8:visit_i8);
282 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
283 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
284 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:142:13
|
142 | Ok(v)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:167:13
|
167 | Ok(v as Self::Value)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_as_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:195:17
|
195 | Ok(v as Self::Value)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:197:17
|
197 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `int_to_int` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:257:17
|
257 | Ok(v as Self::Value)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:259:17
|
259 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `uint_to_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:152:17
|
152 | Ok(nonzero)
| ^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
291 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
292 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `num_self` which comes from the expansion of the macro `impl_deserialize_num` (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/karina/.asdf/installs/rust/1.66.1/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/de/impls.rs:154:17
|
154 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
286 | / impl_deserialize_num! {
287 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
288 | | num_self!(i16:visit_i16);
289 | | num_as_self!(i8:visit_i8);
290 | | int_to_int!(i32:visit_i32 i64:visit_i64);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment