Skip to content

Instantly share code, notes, and snippets.

@RageshAntonyHM
Created February 7, 2024 16:22
Show Gist options
  • Save RageshAntonyHM/2a738efa67e2354a74be273b7957c7ba to your computer and use it in GitHub Desktop.
Save RageshAntonyHM/2a738efa67e2354a74be273b7957c7ba to your computer and use it in GitHub Desktop.
Error
This file has been truncated, but you can view the full file.
rageshantonyd@Administrators-MacBook-Pro library % sh prepare_libs.sh
+ rustup target add aarch64-linux-android
info: component 'rust-std' for target 'aarch64-linux-android' is up to date
+ mkdir -p build/model_lib
+ python3 prepare_model_lib.py
Creating lib from ['/Users/rageshantonyd/Documents/working_prj/mlc-llm/dist/libs/Llama-2-7b-chat-hf-q4f16_1-android.tar', '/Users/rageshantonyd/Documents/working_prj/mlc-llm/dist/libs/RedPajama-INCITE-Chat-3B-v1-q4f16_1-android.tar', '/Users/rageshantonyd/Documents/working_prj/mlc-llm/dist/libs/phi-2-q4f16_1-android.tar', '/Users/rageshantonyd/Documents/working_prj/mlc-llm/dist/libs/Mistral-7B-Instruct-v0.2-q4f16_1-android.tar']..
+ cd build
+ touch config.cmake
+ '[' 0 -ne 0 ']'
+ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/Users/rageshantonyd/Library/Android/sdk/ndk/25.1.8937393/build/cmake/android.toolchain.cmake -DCMAKE_INSTALL_PREFIX=. -DCMAKE_CXX_FLAGS=-O3 -DANDROID_ABI=arm64-v8a -DANDROID_NATIVE_API_LEVEL=android-24 -DANDROID_PLATFORM=android-24 -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON -DANDROID_STL=c++_static -DUSE_HEXAGON_SDK=OFF -DMLC_LLM_INSTALL_STATIC_LIB=ON -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON -DUSE_OPENCL=ON -DUSE_CUSTOM_LOGGING=ON
-- Hide private symbols
-- TVM_HOME: 3rdparty/tvm
-- Hide private symbols...
-- Forbidding undefined symbols in shared library, using -Wl,--no-undefined on platform Android
-- Building for Android
-- Didn't find the path to CCACHE, disabling ccache
-- VTA build with VTA_HW_PATH=/Users/rageshantonyd/Documents/working_prj/mlc-llm/3rdparty/tvm/3rdparty/vta-hw
-- Build VTA runtime with target: sim
-- Enabled runtime search for OpenCL library location
-- Couldn't build OpenCL-Gtests
-- Android Vulkan_INCLUDE_DIRS=/Users/rageshantonyd/Library/Android/sdk/ndk/25.1.8937393/sources/third_party/vulkan/src/include
-- Skip finding SPIRV in Android, make sure you only build tvm runtime.
-- Build with contrib.random
-- Build with contrib.sort
-- Build with contrib.hybriddump
-- Git found: /usr/local/bin/git
-- Found TVM_GIT_COMMIT_HASH=e11a707427e5ec7856f8e58f1cd21567b3c2d72b
-- Found TVM_GIT_COMMIT_TIME=2024-02-06 15:58:43 -0800
-- Building with TVM Map...
-- Build with thread support...
-- CLANG_VERSION 14.0
-- Setting enhanced clang warning flags
-- Added "-fuse-ld=lld" to linker flags -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--fatal-warnings -Wl,--gc-sections -Wl,--no-undefined -Qunused-arguments
-- Build without FlashInfer
-- system-nameAndroid
CMake Deprecation Warning at /Users/rageshantonyd/Documents/working_prj/mlc-llm/3rdparty/tokenizers-cpp/msgpack/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Deprecation Warning at /Users/rageshantonyd/Documents/working_prj/mlc-llm/3rdparty/tokenizers-cpp/sentencepiece/CMakeLists.txt:15 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- VERSION: 0.2.00
CMake Warning at /Users/rageshantonyd/Documents/working_prj/mlc-llm/CMakeLists.txt:99 (message):
Cannot find libflash_attn. The model must not have been built with
--use-flash-attn-mqa option.
-- TVM_HOME: /Users/rageshantonyd/Documents/working_prj/mlc-llm/android/library/../../3rdparty/tvm
-- JNI_INCLUDE_DIRS=/Users/rageshantonyd/Library/Android/sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/include
-- JNI_LIBRARIES=
-- Configuring done (1.3s)
-- Generating done (0.5s)
-- Build files have been written to: /Users/rageshantonyd/Documents/working_prj/mlc-llm/android/library/build
+ cmake --build . --target tvm4j_runtime_packed --config release
[ 28%] Built target sentencepiece-static
[ 35%] Built target tvm4j_core
[ 57%] Built target mlc_llm_objs
[ 57%] Built target tvm_libinfo_objs
[100%] Built target tvm_runtime_objs
[100%] Built target tvm_runtime
[100%] Generating aarch64-linux-android/release/libtokenizers_c.a
Compiling memchr v2.7.1
Compiling crossbeam-utils v0.8.19
Compiling libc v0.2.153
Compiling either v1.9.0
Compiling cfg-if v1.0.0
Compiling serde v1.0.196
Compiling onig_sys v69.8.1
Compiling thiserror v1.0.56
error[E0463]: can't find crate for `core`
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `compiler_builtins`
For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:19:1
|
19 | extern crate std;
| ^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:27:5
|
27 | use core::convert::{AsMut, AsRef};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:28:5
|
28 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:29:5
|
29 | use core::future::Future;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:30:5
|
30 | use core::iter;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:31:5
|
31 | use core::ops::Deref;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:32:5
|
32 | use core::ops::DerefMut;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:33:5
|
33 | use core::pin::Pin;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:49:3
|
49 | #[derive(Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
| ^^^^^^
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:695:17
|
695 | panic!("called `Either::unwrap_left()` on a `Right` value: {:?}", r)
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:725:32
|
725 | ... Either::Left(l) => panic!("called `Either::unwrap_right()` on a `Left` value: {:?}", l),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:754:33
|
754 | Either::Right(r) => panic!("{}: {:?}", msg, r),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:783:32
|
783 | Either::Left(l) => panic!("{}: {:?}", msg, l),
| ^^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1370:3
|
1370 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1374:5
|
1374 | assert_eq!(e, Left(2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1376:5
|
1376 | assert_eq!(e, Right(2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1377:5
|
1377 | assert_eq!(e.left(), None);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1378:5
|
1378 | assert_eq!(e.right(), Some(2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1379:5
|
1379 | assert_eq!(e.as_ref().right(), Some(&2));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1380:5
|
1380 | assert_eq!(e.as_mut().right(), Some(&mut 2));
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1383:3
|
1383 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1391:5
|
1391 | assert_eq!(a(), Right(1337));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1396:5
|
1396 | assert_eq!(b(), Left(String::from("foo bar")));
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1399:3
|
1399 | #[test]
| ^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1408:3
|
1408 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1416:5
|
1416 | assert_eq!(iter.next(), Some(0));
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1417:5
|
1417 | assert_eq!(iter.count(), 9);
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1420:3
|
1420 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1438:5
|
1438 | assert_eq!(reader.read(&mut buf).unwrap(), buf.len());
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1439:5
|
1439 | assert_eq!(buf, mockdata[..buf.len()]);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1442:5
|
1442 | assert_eq!(reader.read(&mut buf).unwrap(), buf.len());
| ^^^^^^^^^
error: cannot find macro `assert_ne` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1443:5
|
1443 | assert_ne!(buf, mockdata[..buf.len()]);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1447:5
|
1447 | assert_eq!(reader.read(&mut buf).unwrap(), buf.len());
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1448:5
|
1448 | assert_eq!(buf, mockdata[..buf.len()]);
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1451:3
|
1451 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1465:5
|
1465 | assert_eq!(reader.read(&mut buf).unwrap(), buf.len());
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1466:5
|
1466 | assert_eq!(&buf, &mockdata[..buf.len()]);
| ^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1476:5
|
1476 | assert_eq!(writer.write(&buf).unwrap(), buf.len());
| ^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1479:3
|
1479 | #[test]
| ^^^^
error: cannot find macro `assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1490:5
|
1490 | assert!(res.is_err());
| ^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:690:12
|
690 | R: core::fmt::Debug,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:721:12
|
721 | L: core::fmt::Debug,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:750:12
|
750 | R: core::fmt::Debug,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:779:12
|
779 | L: core::fmt::Debug,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1141:18
|
1141 | cx: &mut core::task::Context<'_>,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1142:10
|
1142 | ) -> core::task::Poll<Self::Output> {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:118:58
|
118 | $crate::Right(err) => return $crate::Right(::core::convert::From::from(err)),
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:128:56
|
128 | $crate::Left(err) => return $crate::Left(::core::convert::From::from(err)),
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:134:26
|
134 | impl<L: Clone, R: Clone> Clone for Either<L, R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:134:9
|
134 | impl<L: Clone, R: Clone> Clone for Either<L, R> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:134:19
|
134 | impl<L: Clone, R: Clone> Clone for Either<L, R> {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:192:26
|
192 | pub fn left(self) -> Option<L> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:195:25
|
195 | Right(_) => None,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:210:27
|
210 | pub fn right(self) -> Option<R> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:212:24
|
212 | Left(_) => None,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:321:12
|
321 | F: FnOnce(L) -> M,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:343:12
|
343 | F: FnOnce(R) -> S,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:370:12
|
370 | F: FnOnce(L) -> M,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:371:12
|
371 | G: FnOnce(R) -> S,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:401:12
|
401 | F: FnOnce(Ctx, L) -> M,
| ^^^^^^ not found in this scope
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:402:12
|
402 | G: FnOnce(Ctx, R) -> S,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:428:12
|
428 | F: FnOnce(L) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:429:12
|
429 | G: FnOnce(R) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:458:12
|
458 | F: FnOnce(Ctx, L) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:459:12
|
459 | G: FnOnce(Ctx, R) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:480:12
|
480 | F: FnOnce(L) -> Either<S, R>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:501:12
|
501 | F: FnOnce(R) -> Either<L, S>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:522:12
|
522 | L: IntoIterator,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:523:12
|
523 | R: IntoIterator<Item = L::Item>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:570:12
|
570 | L: Default,
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:592:12
|
592 | F: FnOnce(R) -> L,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:639:12
|
639 | R: Default,
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:661:12
|
661 | F: FnOnce(L) -> R,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Into` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:801:12
|
801 | L: Into<T>,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Into` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:802:12
|
802 | R: Into<T>,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:811:19
|
811 | impl<L, R> Either<Option<L>, Option<R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:811:30
|
811 | impl<L, R> Either<Option<L>, Option<R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:824:33
|
824 | pub fn factor_none(self) -> Option<Either<L, R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:832:22
|
832 | impl<L, R, E> Either<Result<L, E>, Result<R, E>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:832:36
|
832 | impl<L, R, E> Either<Result<L, E>, Result<R, E>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:847:32
|
847 | pub fn factor_err(self) -> Result<Either<L, R>, E> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:855:22
|
855 | impl<T, L, R> Either<Result<T, L>, Result<T, R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:855:36
|
855 | impl<T, L, R> Either<Result<T, L>, Result<T, R>> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:870:31
|
870 | pub fn factor_ok(self) -> Result<T, Either<L, R>> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:949:12
|
949 | F: FnOnce(T) -> M,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:959:12
|
959 | impl<L, R> From<Result<R, L>> for Either<L, R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:959:17
|
959 | impl<L, R> From<Result<R, L>> for Either<L, R> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:960:16
|
960 | fn from(r: Result<R, L>) -> Self {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:962:13
|
962 | Err(e) => Left(e),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:963:13
|
963 | Ok(o) => Right(o),
| ^^ not found in this scope
error[E0405]: cannot find trait `Into` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:970:12
|
970 | impl<L, R> Into<Result<R, L>> for Either<L, R> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:970:17
|
970 | impl<L, R> Into<Result<R, L>> for Either<L, R> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:971:22
|
971 | fn into(self) -> Result<R, L> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:979:15
|
979 | impl<L, R, A> Extend<A> for Either<L, R>
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:981:8
|
981 | L: Extend<A>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:982:8
|
982 | R: Extend<A>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:986:12
|
986 | T: IntoIterator<Item = A>,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:993:12
|
993 | impl<L, R> Iterator for Either<L, R>
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:995:8
|
995 | L: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:996:8
|
996 | R: Iterator<Item = L::Item>,
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1000:27
|
1000 | fn next(&mut self) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1004:36
|
1004 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1010:12
|
1010 | G: FnMut(Acc, Self::Item) -> Acc,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1017:12
|
1017 | F: FnMut(Self::Item),
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1026:22
|
1026 | fn last(self) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1030:36
|
1030 | fn nth(&mut self, n: usize) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1043:12
|
1043 | B: Default + Extend<Self::Item>,
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Extend` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1043:22
|
1043 | B: Default + Extend<Self::Item>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1044:12
|
1044 | F: FnMut(&Self::Item) -> bool,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1051:12
|
1051 | F: FnMut(Self::Item) -> bool,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1058:12
|
1058 | F: FnMut(Self::Item) -> bool,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1065:12
|
1065 | P: FnMut(&Self::Item) -> bool,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1063:44
|
1063 | fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1072:12
|
1072 | F: FnMut(Self::Item) -> Option<B>,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1072:33
|
1072 | F: FnMut(Self::Item) -> Option<B>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1070:43
|
1070 | fn find_map<B, F>(&mut self, f: F) -> Option<B>
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1079:12
|
1079 | P: FnMut(Self::Item) -> bool,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1077:48
|
1077 | fn position<P>(&mut self, predicate: P) -> Option<usize>
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1085:12
|
1085 | impl<L, R> DoubleEndedIterator for Either<L, R>
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1087:8
|
1087 | L: DoubleEndedIterator,
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1088:8
|
1088 | R: DoubleEndedIterator<Item = L::Item>,
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1090:32
|
1090 | fn next_back(&mut self) -> Option<Self::Item> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1101:12
|
1101 | G: FnMut(Acc, Self::Item) -> Acc,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1108:12
|
1108 | P: FnMut(&Self::Item) -> bool,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1106:45
|
1106 | fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item>
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1114:12
|
1114 | impl<L, R> ExactSizeIterator for Either<L, R>
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1116:8
|
1116 | L: ExactSizeIterator,
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `ExactSizeIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1117:8
|
1117 | R: ExactSizeIterator<Item = L::Item>,
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1345:25
|
1345 | fn source(&self) -> Option<&(dyn Error + 'static)> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1355:24
|
1355 | fn cause(&self) -> Option<&dyn Error> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1483:22
|
1483 | let res = if let Err(error) = ::std::str::from_utf8(invalid_utf8) {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1485:19
|
1485 | } else if let Err(error) = "x".parse::<i32>() {
| ^^^ not found in this scope
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs:69:24
|
69 | pub(crate) use core::hint::spin_loop;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs:73:28
|
73 | pub(crate) use core::sync::atomic::{compiler_fence, Ordering};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs:75:28
|
75 | pub(crate) use core::sync::atomic::{
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs:80:28
|
80 | pub(crate) use core::sync::atomic::{AtomicI32, AtomicU32};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs:86:28
|
86 | pub(crate) use core::sync::atomic::{AtomicI64, AtomicU64};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs:90:24
|
90 | pub(crate) use std::sync::{Arc, Condvar, Mutex};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/seq_lock.rs:1:5
|
1 | use core::mem;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/seq_lock.rs:2:5
|
2 | use core::sync::atomic::{self, AtomicUsize, Ordering};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/backoff.rs:2:5
|
2 | use core::cell::Cell;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/backoff.rs:3:5
|
3 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:5:5
|
5 | use core::cell::UnsafeCell;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:6:5
|
6 | use core::mem::MaybeUninit;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:7:5
|
7 | use std::sync::Once;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:3:5
|
3 | use std::fmt;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:4:5
|
4 | use std::marker::PhantomData;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:5:5
|
5 | use std::time::{Duration, Instant};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/wait_group.rs:2:5
|
2 | use std::fmt;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:568:9
|
568 | use std::os::unix::thread::{JoinHandleExt, RawPthread};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:6:5
|
6 | use core::cell::UnsafeCell;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:7:5
|
7 | use core::cmp;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:8:5
|
8 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:9:5
|
9 | use core::mem::{self, ManuallyDrop, MaybeUninit};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:10:5
|
10 | use core::panic::{RefUnwindSafe, UnwindSafe};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:11:5
|
11 | use core::ptr;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/consume.rs:2:5
|
2 | use core::sync::atomic::Ordering;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:1:5
|
1 | use core::fmt;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:2:5
|
2 | use core::ops::{Deref, DerefMut};
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:1:5
|
1 | use std::cell::UnsafeCell;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:2:5
|
2 | use std::collections::HashMap;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:3:5
|
3 | use std::fmt;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:4:5
|
4 | use std::marker::PhantomData;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:5:5
|
5 | use std::mem;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:6:5
|
6 | use std::ops::{Deref, DerefMut};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:7:5
|
7 | use std::panic::{RefUnwindSafe, UnwindSafe};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:8:5
|
8 | use std::sync::{LockResult, PoisonError, TryLockError, TryLockResult};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:9:5
|
9 | use std::sync::{Mutex, RwLock, RwLockReadGuard, RwLockWriteGuard};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:10:5
|
10 | use std::thread::{self, ThreadId};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:114:5
|
114 | use std::fmt;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:115:5
|
115 | use std::io;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:116:5
|
116 | use std::marker::PhantomData;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:117:5
|
117 | use std::mem;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:118:5
|
118 | use std::panic;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:119:5
|
119 | use std::sync::{Arc, Mutex};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:120:5
|
120 | use std::thread;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0432]: unresolved imports `crate::primitive::sync::atomic::Ordering`, `crate::primitive::sync::atomic::AtomicUsize`, `crate::primitive::sync::atomic::Ordering::SeqCst`, `crate::primitive::sync::Arc`, `crate::primitive::sync::Condvar`, `crate::primitive::sync::Mutex`, `crate::primitive::sync::Arc`, `crate::primitive::sync::Condvar`, `crate::primitive::sync::Mutex`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`, `crate::primitive::sync::atomic::compiler_fence`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:4:44
|
4 | use crate::primitive::sync::atomic::{self, Ordering};
| ^^^^^^^^
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/consume.rs:42:17
|
42 | use crate::primitive::sync::atomic::compiler_fence;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
79 | impl_atomic!(AtomicBool, bool);
| ------------------------------ in this macro invocation
80 | impl_atomic!(AtomicUsize, usize);
| -------------------------------- in this macro invocation
81 | impl_atomic!(AtomicIsize, isize);
| -------------------------------- in this macro invocation
82 | impl_atomic!(AtomicU8, u8);
| -------------------------- in this macro invocation
83 | impl_atomic!(AtomicI8, i8);
| -------------------------- in this macro invocation
84 | impl_atomic!(AtomicU16, u16);
| ---------------------------- in this macro invocation
85 | impl_atomic!(AtomicI16, i16);
| ---------------------------- in this macro invocation
86 | #[cfg(any(target_has_atomic = "32", not(target_pointer_width = "16")))]
87 | impl_atomic!(AtomicU32, u32);
| ---------------------------- in this macro invocation
88 | #[cfg(any(target_has_atomic = "32", not(target_pointer_width = "16")))]
89 | impl_atomic!(AtomicI32, i32);
| ---------------------------- in this macro invocation
...
94 | impl_atomic!(AtomicU64, u64);
| ---------------------------- in this macro invocation
...
99 | impl_atomic!(AtomicI64, i64);
| ---------------------------- in this macro invocation
...
104 | impl_consume!();
| --------------- in this macro invocation
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:1:38
|
1 | use crate::primitive::sync::atomic::{AtomicUsize, Ordering::SeqCst};
| ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
2 | use crate::primitive::sync::{Arc, Condvar, Mutex};
| ^^^ ^^^^^^^ ^^^^^
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/wait_group.rs:1:30
|
1 | use crate::primitive::sync::{Arc, Condvar, Mutex};
| ^^^ ^^^^^^^ ^^^^^
|
= note: this error originates in the macro `impl_consume` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:354:23
|
354 | Err(n) => panic!("inconsistent park_timeout state: {}", n),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:372:34
|
372 | ... n => panic!("inconsistent park_timeout state: {}", n),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:401:18
|
401 | _ => panic!("inconsistent state in unpark"),
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:62:3
|
62 | #[derive(Clone, Copy, Default, Hash, PartialEq, Eq)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:76:9
|
76 | debug_assert!(self.once.is_completed());
| ^^^^^^^^^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:351:17
|
351 | assert_eq!(old, NOTIFIED, "park state changed unexpectedly");
| ^^^^^^^^^
error: cannot find macro `thread_local` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:616:1
|
616 | thread_local! {
| ^^^^^^^^^^^^
|
= note: `thread_local` is in scope, but it is an attribute: `#[thread_local]`
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:332:3
|
332 | #[derive(Debug)]
| ^^^^^^
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:194:24
|
194 | Left(l) => Some(l),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:213:25
|
213 | Right(r) => Some(r),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:973:24
|
973 | Left(l) => Err(l),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:974:25
|
974 | Right(r) => Ok(r),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1484:9
|
1484 | Err(Left(error))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1486:9
|
1486 | Err(Right(error))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs:1488:9
|
1488 | Ok(())
| ^^ not found in this scope
error[E0432]: unresolved import `ffi::c_void`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/unix/mod.rs:1590:17
|
1590 | pub use ::ffi::c_void;
| ^^^^^^^^^^^^^
Some errors have detailed explanations: E0405, E0412, E0425, E0463, E0531.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `either` (lib) due to 141 previous errors
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
Some errors have detailed explanations: E0432, E0463.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `libc` (lib) due to 3 previous errors
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/consume.rs:67:32
|
67 | impl AtomicConsume for core::sync::atomic::$atomic {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/consume.rs:102:27
|
102 | impl<T> AtomicConsume for core::sync::atomic::AtomicPtr<T> {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/backoff.rs:218:15
|
218 | ::std::thread::yield_now();
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:158:17
|
158 | std::process::abort();
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/seq_lock.rs:26:45
|
26 | pub(crate) fn optimistic_read(&self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/seq_lock.rs:29:13
|
29 | None
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/seq_lock.rs:87:6
|
87 | impl Drop for SeqLockWriteGuard {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:46:22
|
46 | unsafe impl<T: Send> Send for AtomicCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:46:16
|
46 | unsafe impl<T: Send> Send for AtomicCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:47:22
|
47 | unsafe impl<T: Send> Sync for AtomicCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:47:16
|
47 | unsafe impl<T: Send> Sync for AtomicCell<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:182:9
|
182 | impl<T: Default> AtomicCell<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:201:9
|
201 | impl<T: Copy> AtomicCell<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:218:9
|
218 | impl<T: Copy + Eq> AtomicCell<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:218:16
|
218 | impl<T: Copy + Eq> AtomicCell<T> {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:242:13
|
242 | Ok(v) => v,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:243:13
|
243 | Err(v) => v,
| ^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:265:59
|
265 | pub fn compare_exchange(&self, current: T, new: T) -> Result<T, T> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:291:12
|
291 | F: FnMut(T) -> Option<T>,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:291:24
|
291 | F: FnMut(T) -> Option<T>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:289:48
|
289 | pub fn fetch_update<F>(&self, mut f: F) -> Result<T, T>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:294:19
|
294 | while let Some(next) = f(prev) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:296:21
|
296 | x @ Ok(_) => return x,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:297:17
|
297 | Err(next_prev) => prev = next_prev,
| ^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:306:9
|
306 | impl<T> Drop for AtomicCell<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:942:18
|
942 | impl<T: Default> Default for AtomicCell<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:942:9
|
942 | impl<T: Default> Default for AtomicCell<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:948:9
|
948 | impl<T> From<T> for AtomicCell<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:955:9
|
955 | impl<T: Copy + fmt::Debug> fmt::Debug for AtomicCell<T> {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1034:10
|
1034 | ) -> Result<(), ()> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1050:8
|
1050 | T: Copy,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1062:20
|
1062 | if let Some(stamp) = lock.optimistic_read() {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1135:8
|
1135 | T: Copy + Eq,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1135:15
|
1135 | T: Copy + Eq,
| ^^ not found in this scope
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1133:83
|
1133 | unsafe fn atomic_compare_exchange_weak<T>(dst: *mut T, mut current: T, new: T) -> Result<T, T>
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1151:21
|
1151 | Ok(_) => break Ok(current),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1152:21
|
1152 | Err(previous_raw) => {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:150:22
|
150 | unsafe impl<T: Send> Send for CachePadded<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:150:16
|
150 | unsafe impl<T: Send> Send for CachePadded<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:151:22
|
151 | unsafe impl<T: Sync> Sync for CachePadded<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:151:16
|
151 | unsafe impl<T: Sync> Sync for CachePadded<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/cache_padded.rs:205:9
|
205 | impl<T> From<T> for CachePadded<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/backoff.rs:283:6
|
283 | impl Default for Backoff {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:16:29
|
16 | unsafe impl<T: Sync + Send> Sync for OnceLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:16:16
|
16 | unsafe impl<T: Sync + Send> Sync for OnceLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:16:23
|
16 | unsafe impl<T: Sync + Send> Sync for OnceLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:17:22
|
17 | unsafe impl<T: Send> Send for OnceLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:17:16
|
17 | unsafe impl<T: Send> Send for OnceLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:46:12
|
46 | F: FnOnce() -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:62:12
|
62 | F: FnOnce() -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/once_lock.rs:81:9
|
81 | impl<T> Drop for OnceLock<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:58:13
|
58 | unsafe impl Send for Parker {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:60:6
|
60 | impl Default for Parker {
| ^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:107:34
|
107 | self.unparker.inner.park(None);
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:125:13
|
125 | Some(deadline) => self.park_deadline(deadline),
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:221:13
|
221 | unsafe impl Send for Unparker {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:222:13
|
222 | unsafe impl Sync for Unparker {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:302:6
|
302 | impl Clone for Unparker {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:321:30
|
321 | fn park(&self, deadline: Option<Instant>) {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:332:16
|
332 | if let Some(deadline) = deadline {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:342:13
|
342 | Ok(_) => {}
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:344:13
|
344 | Err(NOTIFIED) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:354:13
|
354 | Err(n) => panic!("inconsistent park_timeout state: {}", n),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:361:17
|
361 | Some(deadline) => {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:27:29
|
27 | write_guard: UnsafeCell<Option<RwLockWriteGuard<'static, ()>>>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:76:28
|
76 | pub struct ShardedLock<T: ?Sized> {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Box` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:78:13
|
78 | shards: Box<[CachePadded<Shard>]>,
| ^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:84:31
|
84 | unsafe impl<T: ?Sized + Send> Send for ShardedLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:84:17
|
84 | unsafe impl<T: ?Sized + Send> Send for ShardedLock<T> {}
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:84:25
|
84 | unsafe impl<T: ?Sized + Send> Send for ShardedLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:85:38
|
85 | unsafe impl<T: ?Sized + Send + Sync> Sync for ShardedLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:85:17
|
85 | unsafe impl<T: ?Sized + Send + Sync> Sync for ShardedLock<T> {}
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:85:25
|
85 | unsafe impl<T: ?Sized + Send + Sync> Sync for ShardedLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:85:32
|
85 | unsafe impl<T: ?Sized + Send + Sync> Sync for ShardedLock<T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:87:10
|
87 | impl<T: ?Sized> UnwindSafe for ShardedLock<T> {}
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:88:10
|
88 | impl<T: ?Sized> RefUnwindSafe for ShardedLock<T> {}
| ^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:106:54
|
106 | write_guard: UnsafeCell::new(None),
| ^^^^ not found in this scope
error[E0412]: cannot find type `Box` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:109:28
|
109 | .collect::<Box<[_]>>(),
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:145:10
|
145 | impl<T: ?Sized> ShardedLock<T> {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:231:13
|
231 | Ok(guard) => Ok(ShardedLockReadGuard {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:236:13
|
236 | Err(TryLockError::Poisoned(err)) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:244:13
|
244 | Err(TryLockError::WouldBlock) => Err(TryLockError::WouldBlock),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:291:13
|
291 | Ok(guard) => Ok(ShardedLockReadGuard {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:296:13
|
296 | Err(err) => Err(PoisonError::new(ShardedLockReadGuard {
| ^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:330:27
|
330 | let mut blocked = None;
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:335:17
|
335 | Ok(guard) => guard,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:336:17
|
336 | Err(TryLockError::Poisoned(err)) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:340:17
|
340 | Err(TryLockError::WouldBlock) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:354:16
|
354 | if let Some(i) = blocked {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:414:17
|
414 | Ok(guard) => guard,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:415:17
|
415 | Err(err) => {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:444:10
|
444 | impl<T: ?Sized + fmt::Debug> fmt::Debug for ShardedLock<T> {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:447:13
|
447 | Ok(guard) => f
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:451:13
|
451 | Err(TryLockError::Poisoned(err)) => f
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:455:13
|
455 | Err(TryLockError::WouldBlock) => {
| ^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:470:18
|
470 | impl<T: Default> Default for ShardedLock<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:470:9
|
470 | impl<T: Default> Default for ShardedLock<T> {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `From` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:476:9
|
476 | impl<T> From<T> for ShardedLock<T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:484:41
|
484 | pub struct ShardedLockReadGuard<'a, T: ?Sized> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:490:31
|
490 | unsafe impl<T: ?Sized + Sync> Sync for ShardedLockReadGuard<'_, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:490:17
|
490 | unsafe impl<T: ?Sized + Sync> Sync for ShardedLockReadGuard<'_, T> {}
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:490:25
|
490 | unsafe impl<T: ?Sized + Sync> Sync for ShardedLockReadGuard<'_, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:492:10
|
492 | impl<T: ?Sized> Deref for ShardedLockReadGuard<'_, T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:508:10
|
508 | impl<T: ?Sized + fmt::Display> fmt::Display for ShardedLockReadGuard<'_, T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:516:42
|
516 | pub struct ShardedLockWriteGuard<'a, T: ?Sized> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:521:31
|
521 | unsafe impl<T: ?Sized + Sync> Sync for ShardedLockWriteGuard<'_, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:521:17
|
521 | unsafe impl<T: ?Sized + Sync> Sync for ShardedLockWriteGuard<'_, T> {}
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:521:25
|
521 | unsafe impl<T: ?Sized + Sync> Sync for ShardedLockWriteGuard<'_, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:523:17
|
523 | impl<T: ?Sized> Drop for ShardedLockWriteGuard<'_, T> {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:523:10
|
523 | impl<T: ?Sized> Drop for ShardedLockWriteGuard<'_, T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:544:10
|
544 | impl<T: ?Sized + fmt::Display> fmt::Display for ShardedLockWriteGuard<'_, T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:550:10
|
550 | impl<T: ?Sized> Deref for ShardedLockWriteGuard<'_, T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:558:10
|
558 | impl<T: ?Sized> DerefMut for ShardedLockWriteGuard<'_, T> {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:572:23
|
572 | fn current_index() -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `REGISTRATION` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:573:5
|
573 | REGISTRATION.try_with(|reg| reg.index).ok()
| ^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:582:16
|
582 | free_list: Vec<usize>,
| ^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:608:6
|
608 | impl Drop for Registration {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/wait_group.rs:56:6
|
56 | impl Default for WaitGroup {
| ^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/wait_group.rs:118:6
|
118 | impl Drop for WaitGroup {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Clone` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/wait_group.rs:129:6
|
129 | impl Clone for WaitGroup {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:124:31
|
124 | type SharedVec<T> = Arc<Mutex<Vec<T>>>;
| ^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:125:34
|
125 | type SharedOption<T> = Arc<Mutex<Option<T>>>;
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:152:8
|
152 | F: FnOnce(&Scope<'env>) -> R,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:155:10
|
155 | impl Drop for AbortOnPanic {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Vec` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:182:17
|
182 | let panics: Vec<_> = scope
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:198:9
|
198 | Err(err) => panic::resume_unwind(err),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:199:9
|
199 | Ok(res) => {
| ^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:221:13
|
221 | unsafe impl Sync for Scope<'_> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:264:12
|
264 | F: FnOnce(&Scope<'env>) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:265:12
|
265 | F: Send + 'env,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:266:12
|
266 | T: Send + 'env,
| ^^^^ not found in this scope
error[E0412]: cannot find type `String` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:360:33
|
360 | pub fn name(mut self, name: String) -> ScopedThreadBuilder<'scope, 'env> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:429:12
|
429 | F: FnOnce(&Scope<'env>) -> T,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:430:12
|
430 | F: Send + 'env,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:431:12
|
431 | T: Send + 'env,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Box` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:461:30
|
461 | let closure: Box<dyn FnOnce() + Send + 'env> = Box::new(closure);
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:461:38
|
461 | let closure: Box<dyn FnOnce() + Send + 'env> = Box::new(closure);
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:461:49
|
461 | let closure: Box<dyn FnOnce() + Send + 'env> = Box::new(closure);
| ^^^^ not found in this scope
error[E0412]: cannot find type `Box` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:462:30
|
462 | let closure: Box<dyn FnOnce() + Send + 'static> =
| ^^^ not found in this scope
error[E0405]: cannot find trait `FnOnce` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:462:38
|
462 | let closure: Box<dyn FnOnce() + Send + 'static> =
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:462:49
|
462 | let closure: Box<dyn FnOnce() + Send + 'static> =
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:486:16
|
486 | unsafe impl<T> Send for ScopedJoinHandle<'_, T> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:487:16
|
487 | unsafe impl<T> Sync for ScopedJoinHandle<'_, T> {}
| ^^^^ not found in this scope
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0433]: failed to resolve: use of undeclared type `Default`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:197:19
|
197 | self.swap(Default::default())
| ^^^^^^^ use of undeclared type `Default`
error[E0433]: failed to resolve: use of undeclared type `Default`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:472:26
|
472 | ShardedLock::new(Default::default())
| ^^^^^^^ use of undeclared type `Default`
error[E0433]: failed to resolve: use of undeclared type `Vec`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:593:24
|
593 | free_list: Vec::new(),
| ^^^ use of undeclared type `Vec`
error[E0433]: failed to resolve: use of undeclared type `Box`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:203:21
|
203 | Err(Box::new(panics))
| ^^^ use of undeclared type `Box`
error[E0433]: failed to resolve: use of undeclared type `Box`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:461:64
|
461 | let closure: Box<dyn FnOnce() + Send + 'env> = Box::new(closure);
| ^^^ use of undeclared type `Box`
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/seq_lock.rs:31:13
|
31 | Some(state)
| ^^^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:140:13
|
140 | drop(self.swap(val));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:300:9
|
300 | Err(prev)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1035:9
|
1035 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1151:36
|
1151 | Ok(_) => break Ok(current),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1156:35
|
1156 | ... break Err(previous);
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1173:17
|
1173 | Ok(ptr::replace(dst, new))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/atomic/atomic_cell.rs:1178:17
|
1178 | Err(val)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:145:34
|
145 | self.unparker.inner.park(Some(deadline))
| ^^^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:412:9
|
412 | drop(self.lock.lock().unwrap());
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:138:13
|
138 | Err(PoisonError::new(inner))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:140:13
|
140 | Ok(inner)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:194:13
|
194 | Err(PoisonError::new(inner))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:196:13
|
196 | Ok(inner)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:231:26
|
231 | Ok(guard) => Ok(ShardedLockReadGuard {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:242:17
|
242 | Err(TryLockError::Poisoned(PoisonError::new(guard)))
| ^^^ help: a local variable with a similar name exists: `err`
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:244:46
|
244 | Err(TryLockError::WouldBlock) => Err(TryLockError::WouldBlock),
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:291:26
|
291 | Ok(guard) => Ok(ShardedLockReadGuard {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:296:25
|
296 | Err(err) => Err(PoisonError::new(ShardedLockReadGuard {
| ^^^ 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:341:31
|
341 | blocked = Some(i);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:350:25
|
350 | *dest = Some(guard);
| ^^^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:360:21
|
360 | drop(guard);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:363:13
|
363 | Err(TryLockError::WouldBlock)
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:369:13
|
369 | Err(TryLockError::Poisoned(PoisonError::new(guard)))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:371:13
|
371 | Ok(ShardedLockWriteGuard {
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:426:25
|
426 | *dest = Some(guard);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:431:13
|
431 | Err(PoisonError::new(ShardedLockWriteGuard {
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:436:13
|
436 | Ok(ShardedLockWriteGuard {
| ^^ not found in this scope
error[E0425]: cannot find function `drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/sharded_lock.rs:530:17
|
530 | drop(guard);
| ^^^^ not found in this scope
|
help: consider using the method on `Self`
|
530 | self.drop(guard);
| +++++
error[E0425]: cannot find function `drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/wait_group.rs:109:9
|
109 | drop(self);
| ^^^^------
| |
| help: try calling `drop` as a method: `self.drop()`
error[E0425]: cannot find function `drop` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:178:5
|
178 | drop(scope.wait_group);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:201:17
|
201 | Ok(res)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:203:17
|
203 | Err(Box::new(panics))
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:457:47
|
457 | *result.lock().unwrap() = Some(res);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:470:46
|
470 | let handle = Arc::new(Mutex::new(Some(handle)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/thread.rs:477:9
|
477 | Ok(ScopedJoinHandle {
| ^^ not found in this scope
Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0463, E0531.
error: could not compile `crossbeam-utils` (lib) due to 238 previous errors
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs:198:1
|
198 | extern crate std;
| ^^^^^^^^^^^^^^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `alloc`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/lib.rs:201:1
|
201 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^ can't find crate
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:28:5
|
28 | use core::cmp;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:23:5
|
23 | use core::arch::aarch64::uint8x16_t;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:11:5
|
11 | use core::arch::aarch64::uint8x16_t;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/cow.rs:1:5
|
1 | use core::ops;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:1:5
|
1 | use core::iter::Rev;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:298:9
|
298 | use core::arch::aarch64::*;
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:34:3
|
34 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:155:9
|
155 | debug_assert!(cur > start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:159:9
|
159 | debug_assert!(end.sub(One::LOOP_BYTES) >= start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:161:13
|
161 | debug_assert_eq!(0, cur.as_usize() % USIZE_BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:217:9
|
217 | debug_assert!(start <= cur && cur <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:222:13
|
222 | debug_assert_eq!(0, cur.as_usize() % USIZE_BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:302:3
|
302 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:351:3
|
351 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:465:9
|
465 | debug_assert!(cur > start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:466:9
|
466 | debug_assert!(end.sub(USIZE_BYTES) >= start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:468:13
|
468 | debug_assert_eq!(0, cur.as_usize() % USIZE_BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:523:9
|
523 | debug_assert!(start <= cur && cur <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:525:13
|
525 | debug_assert_eq!(0, cur.as_usize() % USIZE_BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:567:3
|
567 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:607:3
|
607 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:729:9
|
729 | debug_assert!(cur > start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:730:9
|
730 | debug_assert!(end.sub(USIZE_BYTES) >= start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:732:13
|
732 | debug_assert_eq!(0, cur.as_usize() % USIZE_BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:787:9
|
787 | debug_assert!(start <= cur && cur <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:789:13
|
789 | debug_assert_eq!(0, cur.as_usize() % USIZE_BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:835:3
|
835 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:34:3
|
34 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:134:3
|
134 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `assert_ne` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:195:9
|
195 | assert_ne!(index1, index2);
| ^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:68:3
|
68 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:179:3
|
179 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:284:3
|
284 | #[derive(Clone, Copy, Debug, Default, Eq, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:19:3
|
19 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:36:3
|
36 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:40:3
|
40 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:79:3
|
79 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:427:3
|
427 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:482:3
|
482 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:589:3
|
589 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:608:3
|
608 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:650:3
|
650 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:99:3
|
99 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:152:9
|
152 | debug_assert!(V::BYTES <= 32, "vector cannot be bigger than 32 bytes");
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:156:9
|
156 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:170:9
|
170 | debug_assert!(cur > start && end.sub(V::BYTES) >= start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:173:17
|
173 | debug_assert_eq!(0, cur.as_usize() % V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:203:21
|
203 | debug_assert!(mask.has_non_zero());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:213:13
|
213 | debug_assert!(end.distance(cur) >= V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:224:13
|
224 | debug_assert!(end.distance(cur) < V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:226:13
|
226 | debug_assert_eq!(end.distance(cur), V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:263:9
|
263 | debug_assert!(V::BYTES <= 32, "vector cannot be bigger than 32 bytes");
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:267:9
|
267 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:278:9
|
278 | debug_assert!(start <= cur && cur <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:281:17
|
281 | debug_assert_eq!(0, cur.as_usize() % V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:312:21
|
312 | debug_assert!(mask.has_non_zero());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:318:13
|
318 | debug_assert!(cur.distance(start) >= V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:325:13
|
325 | debug_assert!(cur.distance(start) < V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:354:9
|
354 | debug_assert!(V::BYTES <= 32, "vector cannot be bigger than 32 bytes");
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:358:9
|
358 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:369:9
|
369 | debug_assert!(cur > start && end.sub(V::BYTES) >= start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:372:17
|
372 | debug_assert_eq!(0, cur.as_usize() % V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:393:13
|
393 | debug_assert!(end.distance(cur) >= V::BYTES);
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:436:3
|
436 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:502:9
|
502 | debug_assert!(V::BYTES <= 32, "vector cannot be bigger than 32 bytes");
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:506:9
|
506 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:520:9
|
520 | debug_assert!(cur > start && end.sub(V::BYTES) >= start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:523:17
|
523 | debug_assert_eq!(0, cur.as_usize() % V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:541:21
|
541 | debug_assert!(mask.has_non_zero());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:551:13
|
551 | debug_assert!(end.distance(cur) >= V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:562:13
|
562 | debug_assert!(end.distance(cur) < V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:564:13
|
564 | debug_assert_eq!(end.distance(cur), V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:601:9
|
601 | debug_assert!(V::BYTES <= 32, "vector cannot be bigger than 32 bytes");
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:605:9
|
605 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:616:9
|
616 | debug_assert!(start <= cur && cur <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:619:17
|
619 | debug_assert_eq!(0, cur.as_usize() % V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:638:21
|
638 | debug_assert!(mask.has_non_zero());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:644:13
|
644 | debug_assert!(cur.distance(start) >= V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:651:13
|
651 | debug_assert!(cur.distance(start) < V::BYTES);
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:694:3
|
694 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:774:9
|
774 | debug_assert!(V::BYTES <= 32, "vector cannot be bigger than 32 bytes");
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:778:9
|
778 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:792:9
|
792 | debug_assert!(cur > start && end.sub(V::BYTES) >= start);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:795:17
|
795 | debug_assert_eq!(0, cur.as_usize() % V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:823:21
|
823 | debug_assert!(mask.has_non_zero());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:833:13
|
833 | debug_assert!(end.distance(cur) >= V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:844:13
|
844 | debug_assert!(end.distance(cur) < V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:846:13
|
846 | debug_assert_eq!(end.distance(cur), V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:883:9
|
883 | debug_assert!(V::BYTES <= 32, "vector cannot be bigger than 32 bytes");
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:887:9
|
887 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:898:9
|
898 | debug_assert!(start <= cur && cur <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:901:17
|
901 | debug_assert_eq!(0, cur.as_usize() % V::BYTES);
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:930:21
|
930 | debug_assert!(mask.has_non_zero());
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:936:13
|
936 | debug_assert!(cur.distance(start) >= V::BYTES);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:943:13
|
943 | debug_assert!(cur.distance(start) < V::BYTES);
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:998:3
|
998 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1153:5
|
1153 | debug_assert!(start <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1179:5
|
1179 | debug_assert!(start <= end);
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1204:5
|
1204 | debug_assert!(start <= end);
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:34:3
|
34 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:85:9
|
85 | assert!(
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:112:13
|
112 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:122:13
|
122 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:127:13
|
127 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:132:13
|
132 | debug_assert!(
| ^^^^^^^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:174:9
|
174 | assert!(
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:28:3
|
28 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:339:3
|
339 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:388:3
|
388 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:630:3
|
630 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:670:3
|
670 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:920:3
|
920 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:22:3
|
22 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:16:13
|
16 | debug_assert!($ty::is_available());
| ^^^^^^^^^^^^
...
46 | defraw!(One, find_raw, start, end, n1)
| -------------------------------------- in this macro invocation
|
= note: this error originates in the macro `defraw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:16:13
|
16 | debug_assert!($ty::is_available());
| ^^^^^^^^^^^^
...
60 | defraw!(One, rfind_raw, start, end, n1)
| --------------------------------------- in this macro invocation
|
= note: this error originates in the macro `defraw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:16:13
|
16 | debug_assert!($ty::is_available());
| ^^^^^^^^^^^^
...
75 | defraw!(Two, find_raw, start, end, n1, n2)
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `defraw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:16:13
|
16 | debug_assert!($ty::is_available());
| ^^^^^^^^^^^^
...
90 | defraw!(Two, rfind_raw, start, end, n1, n2)
| ------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `defraw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:16:13
|
16 | debug_assert!($ty::is_available());
| ^^^^^^^^^^^^
...
106 | defraw!(Three, find_raw, start, end, n1, n2, n3)
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `defraw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:16:13
|
16 | debug_assert!($ty::is_available());
| ^^^^^^^^^^^^
...
122 | defraw!(Three, rfind_raw, start, end, n1, n2, n3)
| ------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `defraw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:16:13
|
16 | debug_assert!($ty::is_available());
| ^^^^^^^^^^^^
...
136 | defraw!(One, count_raw, start, end, n1)
| --------------------------------------- in this macro invocation
|
= note: this error originates in the macro `defraw` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/cow.rs:10:3
|
10 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/cow.rs:17:3
|
17 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/ext.rs:49:9
|
49 | assert!(self.is_ascii());
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:287:3
|
287 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:363:3
|
363 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:431:3
|
431 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:32:3
|
32 | #[derive(Clone)]
| ^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:60:17
|
60 | debug_assert_eq!(1, needle.len());
| ^^^^^^^^^^^^^^^
error: cannot find macro `debug_assert_ne` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:72:9
|
72 | debug_assert_ne!(
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:244:3
|
244 | #[derive(Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:261:3
|
261 | #[derive(Copy, Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:440:3
|
440 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:458:3
|
458 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:477:17
|
477 | debug_assert_eq!(1, needle.len());
| ^^^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:542:3
|
542 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `matches` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:562:9
|
562 | matches!(*self, PrefilterConfig::None)
| ^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:603:3
|
603 | #[derive(Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:757:3
|
757 | #[derive(Clone, Copy)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:877:3
|
877 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:959:3
|
959 | #[derive(Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:236:3
|
236 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:313:3
|
313 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:386:3
|
386 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:523:3
|
523 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:653:3
|
653 | #[derive(Clone, Debug, Default)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:119:3
|
119 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:143:9
|
143 | debug_assert!(n < 32);
| ^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:378:7
|
378 | #[derive(Clone, Copy, Debug)]
| ^^^^^^
error: cannot find macro `debug_assert` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:402:13
|
402 | debug_assert!(n < 16);
| ^^^^^^^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:176:13
|
176 | core::mem::swap(&mut rare1, &mut rare2);
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:177:13
|
177 | core::mem::swap(&mut index1, &mut index2);
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:179:31
|
179 | let max = usize::from(core::u8::MAX);
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:169:17
|
169 | pub use std::*;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:196:13
|
196 | pub use std::borrow::{Cow, ToOwned};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:201:13
|
201 | pub use std::string::{String, ToString};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:206:13
|
206 | pub use std::vec::Vec;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:211:13
|
211 | pub use std::boxed::Box;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:226:13
|
226 | pub use std::collections::{BTreeMap, BTreeSet, BinaryHeap, LinkedList, VecDeque};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:231:13
|
231 | pub use std::ffi::CStr;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:236:13
|
236 | pub use std::ffi::CString;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:239:13
|
239 | pub use std::{error, net};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:242:13
|
242 | pub use std::collections::{HashMap, HashSet};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:244:13
|
244 | pub use std::ffi::{OsStr, OsString};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:246:13
|
246 | pub use std::hash::{BuildHasher, Hash};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:248:13
|
248 | pub use std::io::Write;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:250:13
|
250 | pub use std::path::{Path, PathBuf};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:252:13
|
252 | pub use std::sync::{Mutex, RwLock};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:254:13
|
254 | pub use std::time::{SystemTime, UNIX_EPOCH};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:265:13
|
265 | pub use std::sync::atomic::Ordering;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:267:13
|
267 | pub use std::sync::atomic::{AtomicBool, AtomicI8, AtomicU8};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:269:13
|
269 | pub use std::sync::atomic::{AtomicI16, AtomicU16};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:271:13
|
271 | pub use std::sync::atomic::{AtomicI32, AtomicU32};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:273:13
|
273 | pub use std::sync::atomic::{AtomicI64, AtomicU64};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:275:13
|
275 | pub use std::sync::atomic::{AtomicIsize, AtomicUsize};
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1813:13
|
1813 | use std::os::unix::ffi::OsStringExt;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:126:9
|
126 | pub use std::error::Error as StdError;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:136:9
|
136 | pub use std::error::Error as StdError;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `std`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:985:13
|
985 | use std::os::unix::ffi::OsStrExt;
| ^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0432]: unresolved imports `self::core::f32`, `self::core::f64`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:172:26
|
172 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:173:26
|
173 | 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::iter`, `self::core::num`, `self::core::ptr`, `self::core::str`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:174:26
|
174 | pub use self::core::{iter, num, ptr, str};
| ^^^^ ^^^ ^^^ ^^^ no `str` in `lib::core`
| | | |
| | | no `ptr` in `lib::core`
| | no `num` in `lib::core`
| no `iter` in `lib::core`
error[E0432]: unresolved imports `self::core::u16`, `self::core::u32`, `self::core::u64`, `self::core::u8`, `self::core::usize`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:175:26
|
175 | 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 imports `self::core::cmp`, `self::core::mem`, `self::core::slice`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:178:26
|
178 | pub use self::core::{cmp, mem, slice};
| ^^^ ^^^ ^^^^^ no `slice` in `lib::core`
| | |
| | no `mem` in `lib::core`
| no `cmp` in `lib::core`
error[E0432]: unresolved import `self::core::cell`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:180:25
|
180 | pub use self::core::cell::{Cell, RefCell};
| ^^^^ could not find `cell` in `core`
error[E0432]: unresolved imports `self::core::clone`, `self::core::clone`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:181:25
|
181 | pub use self::core::clone::{self, Clone};
| ^^^^^ ^^^^ no `clone` in `lib::core`
| |
| could not find `clone` in `core`
error[E0432]: unresolved import `self::core::cmp`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:182:25
|
182 | pub use self::core::cmp::Reverse;
| ^^^ could not find `cmp` in `core`
error[E0432]: unresolved imports `self::core::convert`, `self::core::convert`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:183:25
|
183 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:184:25
|
184 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:185:25
|
185 | pub use self::core::fmt::{self, Debug, Display, Write as FmtWrite};
| ^^^ ^^^^ no `fmt` in `lib::core`
| |
| could not find `fmt` in `core`
|
note: module `crate::ser::fmt` exists but is inaccessible
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:112:1
|
112 | mod fmt;
| ^^^^^^^^ not accessible
error[E0432]: unresolved imports `self::core::marker`, `self::core::marker`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:186:25
|
186 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:187:25
|
187 | pub use self::core::num::Wrapping;
| ^^^ could not find `num` in `core`
error[E0432]: unresolved import `self::core::ops`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:188:25
|
188 | pub use self::core::ops::{Bound, Range, RangeFrom, RangeInclusive, RangeTo};
| ^^^ could not find `ops` in `core`
error[E0432]: unresolved imports `self::core::option`, `self::core::option`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:189:25
|
189 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:190:25
|
190 | pub use self::core::result::{self, Result};
| ^^^^^^ ^^^^ no `result` in `lib::core`
| |
| could not find `result` in `core`
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0432]: unresolved import `self::core::time`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:191:25
|
191 | pub use self::core::time::Duration;
| ^^^^ could not find `time` in `core`
error: cannot find macro `format_args` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2648:27
|
2648 | Err(Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2860:9
|
2860 | write!(formatter, "variant of enum {}", self.enum_name)
| ^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:87:28
|
87 | ser::Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1008:28
|
1008 | ser::Error::custom(format_args!(
| ^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1383:9
|
1383 | write!(formatter, "enum variant cannot be serialized: {:?}", self.0)
| ^^^^^
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1527:33
|
1527 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^^^^^^^^
...
1791 | / variant_identifier! {
1792 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1)
1793 | | "`Unix` or `Windows`",
1794 | | OSSTR_VARIANTS
1795 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1493:46
|
1493 | static $variants_name: &[&str] = &[$(stringify!($variant)),*];
| ^^^^^^^^^
...
1791 | / variant_identifier! {
1792 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1)
1793 | | "`Unix` or `Windows`",
1794 | | OSSTR_VARIANTS
1795 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` (in Nightly builds, run with -Z macro-backtrace for more info)
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1590:40
|
1590 | $deserializer.deserialize_enum(stringify!($name), VARIANTS, EnumVisitor)
| ^^^^^^^^^
...
1659 | / deserialize_enum! {
1660 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | "`V4` or `V6`",
1662 | | deserializer
1663 | | }
| |_____________- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1575:37
|
1575 | formatter.write_str(concat!("a ", stringify!($name)))
| ^^^^^^
...
1659 | / deserialize_enum! {
1660 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | "`V4` or `V6`",
1662 | | deserializer
1663 | | }
| |_____________- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1527:33
|
1527 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^^^^^^^^
...
1659 | / deserialize_enum! {
1660 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | "`V4` or `V6`",
1662 | | deserializer
1663 | | }
| |_____________- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1493:46
|
1493 | static $variants_name: &[&str] = &[$(stringify!($variant)),*];
| ^^^^^^^^^
...
1659 | / deserialize_enum! {
1660 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | "`V4` or `V6`",
1662 | | deserializer
1663 | | }
| |_____________- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1590:40
|
1590 | $deserializer.deserialize_enum(stringify!($name), VARIANTS, EnumVisitor)
| ^^^^^^^^^
...
1605 | / deserialize_enum! {
1606 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | "`V4` or `V6`",
1608 | | deserializer
1609 | | }
| |_____________- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1575:37
|
1575 | formatter.write_str(concat!("a ", stringify!($name)))
| ^^^^^^
...
1605 | / deserialize_enum! {
1606 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | "`V4` or `V6`",
1608 | | deserializer
1609 | | }
| |_____________- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1527:33
|
1527 | stringify!($variant) => Ok($name_kind :: $variant),
| ^^^^^^^^^
...
1605 | / deserialize_enum! {
1606 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | "`V4` or `V6`",
1608 | | deserializer
1609 | | }
| |_____________- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1493:46
|
1493 | static $variants_name: &[&str] = &[$(stringify!($variant)),*];
| ^^^^^^^^^
...
1605 | / deserialize_enum! {
1606 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | "`V4` or `V6`",
1608 | | deserializer
1609 | | }
| |_____________- 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 `concat` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1340:49
|
1340 | formatter.write_str(concat!("a tuple of size ", $len))
| ^^^^^^
...
1366 | / tuple_impls! {
1367 | | 1 => (0 T0)
1368 | | 2 => (0 T0 1 T1)
1369 | | 3 => (0 T0 1 T1 2 T2)
... |
1382 | | 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 1...
1383 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1306:49
|
1306 | formatter.write_str(concat!("a tuple of size ", $len))
| ^^^^^^
...
1366 | / tuple_impls! {
1367 | | 1 => (0 T0)
1368 | | 2 => (0 T0 1 T1)
1369 | | 3 => (0 T0 1 T1 2 T2)
... |
1382 | | 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 1...
1383 | | }
| |_- 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[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1011:15
|
1011 | haystack: core::marker::PhantomData<&'h [u8]>,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1032:23
|
1032 | haystack: core::marker::PhantomData,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find macro `concat` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1208:41
|
1208 | formatter.write_str(concat!("an array of length ", $len))
| ^^^^^^
...
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1184:41
|
1184 | formatter.write_str(concat!("an array of length ", $len))
| ^^^^^^
...
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- 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[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:57:13
|
57 | core::cmp::max(needle.len(), usize::from(max_index) + V::BYTES);
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:424:39
|
424 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:402:39
|
402 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:424:39
|
424 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
432 | / impl_deserialize_num! {
433 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
434 | | num_self!(i128:visit_i128);
435 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
436 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
437 | | num_128!(u128:visit_u128);
438 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
432 | / impl_deserialize_num! {
433 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
434 | | num_self!(i128:visit_i128);
435 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
436 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
437 | | num_128!(u128:visit_u128);
438 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:402:39
|
402 | Unexpected::Other(stringify!($ty)),
| ^^^^^^^^^
...
432 | / impl_deserialize_num! {
433 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
434 | | num_self!(i128:visit_i128);
435 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
436 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
437 | | num_128!(u128:visit_u128);
438 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
432 | / impl_deserialize_num! {
433 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
434 | | num_self!(i128:visit_i128);
435 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
436 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
437 | | num_128!(u128:visit_u128);
438 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
382 | / impl_deserialize_num! {
383 | | f64, deserialize_f64
384 | | num_self!(f64:visit_f64);
385 | | num_as_copysign_self!(f32:visit_f32);
386 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
387 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
388 | | }
| |_- 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[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:381:14
|
381 | impl<'a, 'h> core::iter::FusedIterator for OneIter<'a, 'h> {}
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
374 | / impl_deserialize_num! {
375 | | f32, deserialize_f32
376 | | num_self!(f32:visit_f32);
377 | | num_as_copysign_self!(f64:visit_f64);
378 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
379 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
380 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
367 | / impl_deserialize_num! {
368 | | usize, NonZeroUsize, deserialize_u64
369 | | num_as_self!(u8:visit_u8 u16:visit_u16);
370 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
371 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
372 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
367 | / impl_deserialize_num! {
368 | | usize, NonZeroUsize, deserialize_u64
369 | | num_as_self!(u8:visit_u8 u16:visit_u16);
370 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
371 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
372 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
360 | / impl_deserialize_num! {
361 | | u64, NonZeroU64, deserialize_u64
362 | | num_self!(u64:visit_u64);
363 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
364 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
365 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
360 | / impl_deserialize_num! {
361 | | u64, NonZeroU64, deserialize_u64
362 | | num_self!(u64:visit_u64);
363 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
364 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
365 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
352 | / impl_deserialize_num! {
353 | | u32, NonZeroU32, deserialize_u32
354 | | num_self!(u32:visit_u32);
355 | | num_as_self!(u8:visit_u8 u16:visit_u16);
356 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
357 | | uint_to_self!(u64:visit_u64);
358 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
352 | / impl_deserialize_num! {
353 | | u32, NonZeroU32, deserialize_u32
354 | | num_self!(u32:visit_u32);
355 | | num_as_self!(u8:visit_u8 u16:visit_u16);
356 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
357 | | uint_to_self!(u64:visit_u64);
358 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
344 | / impl_deserialize_num! {
345 | | u16, NonZeroU16, deserialize_u16
346 | | num_self!(u16:visit_u16);
347 | | num_as_self!(u8:visit_u8);
348 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
349 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
350 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
344 | / impl_deserialize_num! {
345 | | u16, NonZeroU16, deserialize_u16
346 | | num_self!(u16:visit_u16);
347 | | num_as_self!(u8:visit_u8);
348 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
349 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
350 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
337 | / impl_deserialize_num! {
338 | | u8, NonZeroU8, deserialize_u8
339 | | num_self!(u8:visit_u8);
340 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
341 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
342 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
337 | / impl_deserialize_num! {
338 | | u8, NonZeroU8, deserialize_u8
339 | | num_self!(u8:visit_u8);
340 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
341 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
342 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:663:14
|
663 | impl<'a, 'h> core::iter::FusedIterator for TwoIter<'a, 'h> {}
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:98:45
|
98 | formatter.write_str(concat!("a nonzero ", stringify!($primitive)))
| ^^^^^^
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:122:45
|
122 | formatter.write_str(stringify!($primitive))
| ^^^^^^^^^
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/doc.rs:29:9
|
29 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find macro `unimplemented` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/doc.rs:23:9
|
23 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find macro `unimplemented` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/doc.rs:16:9
|
16 | unimplemented!()
| ^^^^^^^^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/doc.rs:8:3
|
8 | #[derive(Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2435:13
|
2435 | write!(
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2390:13
|
2390 | write!(
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:994:13
|
994 | write!(
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:919:13
|
919 | write!(formatter, "{:?} or {:?}", self.tag, self.content)
| ^^^^^
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:953:14
|
953 | impl<'a, 'h> core::iter::FusedIterator for ThreeIter<'a, 'h> {}
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:562:13
|
562 | write!(fmt, "a type tag `{}` or any other value", self.name)
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:222:7
|
222 | #[derive(Debug, Clone)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:761:13
|
761 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
943 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:939:13
|
939 | debug_assert_eq!(
| ^^^^^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:761:13
|
761 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
923 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:922:13
|
922 | debug_assert_eq!(MAX_LEN, "101.102.103.104:65000".len());
| ^^^^^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:761:13
|
761 | write!(remaining, "{}", $value).unwrap();
| ^^^^^
...
881 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:880:13
|
880 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:855:13
|
855 | debug_assert_eq!(MAX_LEN, "101.102.103.104".len());
| ^^^^^^^^^^^^^^^
error: cannot find attribute `test` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:830:3
|
830 | #[test]
| ^^^^
error: cannot find macro `assert_eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:837:9
|
837 | assert_eq!(i.to_string().as_bytes(), &buf[..written]);
| ^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2319:14
|
2319 | tri!(write!(writer, "{}", self.0));
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2286:26
|
2286 | tri!(write!(formatter, "`{}`", alt));
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2284:30
|
2284 | tri!(write!(formatter, ", "));
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2281:22
|
2281 | tri!(write!(formatter, "one of "));
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2279:18
|
2279 | 2 => write!(formatter, "`{}` or `{}`", self.names[0], self.names[1]),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2278:18
|
2278 | 1 => write!(formatter, "`{}`", self.names[0]),
| ^^^^^
error: cannot find macro `panic` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2277:18
|
2277 | 0 => panic!(), // special case elsewhere
| ^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1433:44
|
1433 | fmt::Write::write_fmt(&mut writer, format_args!("integer `{}` as u128", v)).unwrap();
| ^^^^^^^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1371:44
|
1371 | fmt::Write::write_fmt(&mut writer, format_args!("integer `{}` as i128", v)).unwrap();
| ^^^^^^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:418:30
|
418 | StructVariant => write!(formatter, "struct variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:417:29
|
417 | TupleVariant => write!(formatter, "tuple variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:416:31
|
416 | NewtypeVariant => write!(formatter, "newtype variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:415:28
|
415 | UnitVariant => write!(formatter, "unit variant"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:414:21
|
414 | Enum => write!(formatter, "enum"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:413:20
|
413 | Map => write!(formatter, "map"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:412:20
|
412 | Seq => write!(formatter, "sequence"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:411:30
|
411 | NewtypeStruct => write!(formatter, "newtype struct"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:410:23
|
410 | Option => write!(formatter, "Option value"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:409:21
|
409 | Unit => write!(formatter, "unit value"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:408:25
|
408 | Bytes(_) => write!(formatter, "byte array"),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:407:23
|
407 | Str(s) => write!(formatter, "string {:?}", s),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:406:24
|
406 | Char(c) => write!(formatter, "character `{}`", c),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:405:25
|
405 | Float(f) => write!(formatter, "floating point `{}`", WithDecimalPoint(f)),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:404:26
|
404 | Signed(i) => write!(formatter, "integer `{}`", i),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:403:28
|
403 | Unsigned(i) => write!(formatter, "integer `{}`", i),
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:402:24
|
402 | Bool(b) => write!(formatter, "boolean `{}`", b),
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:334:3
|
334 | #[derive(Copy, Clone, PartialEq, Debug)]
| ^^^^^^
error: cannot find macro `format_args` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:294:31
|
294 | Error::custom(format_args!("duplicate field `{}`", field))
| ^^^^^^^^^^^
...
301 | 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[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:351:10
|
351 | impl<'h> core::iter::FusedIterator for Memchr<'h> {}
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find macro `format_args` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:287:31
|
287 | Error::custom(format_args!("missing field `{}`", field))
| ^^^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:274:35
|
274 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:269:35
|
269 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:256:35
|
256 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:251:35
|
251 | Error::custom(format_args!(
| ^^^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:243:31
|
243 | Error::custom(format_args!("invalid length {}, expected {}", len, exp))
| ^^^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:229:31
|
229 | Error::custom(format_args!("invalid value: {}, expected {}", unexp, exp))
| ^^^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:211:31
|
211 | Error::custom(format_args!("invalid type: {}, expected {}", unexp, exp))
| ^^^^^^^^^^^
...
301 | 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[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:419:10
|
419 | impl<'h> core::iter::FusedIterator for Memchr2<'h> {}
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:110:3
|
110 | #[derive(Copy, Clone, Debug, Default, PartialEq)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1522:3
|
1522 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1457:3
|
1457 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1416:13
|
1416 | write!(formatter, "{} elements in map", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1414:13
|
1414 | write!(formatter, "1 element in map")
| ^^^^^
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:496:10
|
496 | impl<'h> core::iter::FusedIterator for Memchr3<'h> {}
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1054:3
|
1054 | #[derive(Clone, Debug)]
| ^^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:988:13
|
988 | write!(formatter, "{} elements in sequence", self.0)
| ^^^^^
error: cannot find macro `write` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:986:13
|
986 | write!(formatter, "1 element in sequence")
| ^^^^^
error: cannot find attribute `derive` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:888:3
|
888 | #[derive(Clone)]
| ^^^^^^
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
307 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
306 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
305 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
304 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
303 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
302 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
300 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
299 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
298 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
297 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
296 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
295 | 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[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:227:6
|
227 | impl core::fmt::Debug for Searcher {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:228:27
|
228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:228:52
|
228 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error: cannot find macro `stringify` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
294 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:285:35
|
285 | .debug_struct(stringify!($name))
| ^^^^^^^^^
...
293 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:50:3
|
50 | #[derive(Clone, PartialEq)]
| ^^^^^^
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:739:6
|
739 | impl core::fmt::Debug for Prefilter {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:740:27
|
740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:740:52
|
740 | fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:918:23
|
918 | Err(_) => core::u32::MAX,
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:17:33
|
17 | pub(crate) trait Vector: Copy + core::fmt::Debug {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0463]: can't find crate for `core`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:84:35
|
84 | pub(crate) trait MoveMask: Copy + core::fmt::Debug {
| ^^^^ can't find crate
|
= note: the `aarch64-linux-android` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-linux-android`
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:65:44
|
65 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:81:45
|
81 | pub fn rfind(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:131:10
|
131 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:133:20
|
133 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
26 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:201:10
|
201 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:203:20
|
203 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
26 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:310:14
|
310 | impl<'a, 'h> Iterator for OneIter<'a, 'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:314:27
|
314 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:331:36
|
331 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:336:14
|
336 | impl<'a, 'h> DoubleEndedIterator for OneIter<'a, 'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:338:32
|
338 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:387:44
|
387 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:403:45
|
403 | pub fn rfind(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:441:10
|
441 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:443:20
|
443 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
26 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:507:10
|
507 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:509:20
|
509 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
26 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:575:14
|
575 | impl<'a, 'h> Iterator for TwoIter<'a, 'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:579:27
|
579 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:587:36
|
587 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:592:14
|
592 | impl<'a, 'h> DoubleEndedIterator for TwoIter<'a, 'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:594:32
|
594 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:651:44
|
651 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:667:45
|
667 | pub fn rfind(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:705:10
|
705 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:707:20
|
707 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
26 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:771:10
|
771 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:773:20
|
773 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
26 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:843:14
|
843 | impl<'a, 'h> Iterator for ThreeIter<'a, 'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:847:27
|
847 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:855:36
|
855 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:860:14
|
860 | impl<'a, 'h> DoubleEndedIterator for ThreeIter<'a, 'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/memchr.rs:862:32
|
862 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:45:34
|
45 | pub fn new(needle: &[u8]) -> Option<Finder> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:56:52
|
56 | pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:69:54
|
69 | pub fn find_prefilter(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:85:17
|
85 | Some(aligned1) => aligned1,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:92:17
|
92 | Some(aligned_index2) => aligned_index2,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:149:34
|
149 | pub fn new(needle: &[u8]) -> Option<Pair> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:166:10
|
166 | ) -> Option<Pair> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:168:20
|
168 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
15 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:218:10
|
218 | ) -> Option<Pair> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:224:20
|
224 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
15 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:228:20
|
228 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
15 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:231:20
|
231 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
15 + use crate::memmem::Prefilter::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:91:13
|
91 | Some(&first_byte) => first_byte,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:111:59
|
111 | pub fn find(&self, haystack: &[u8], needle: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:156:10
|
156 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:160:20
|
160 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
56 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:170:24
|
170 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
56 + use crate::memmem::Prefilter::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:189:13
|
189 | Some(&last_byte) => last_byte,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:209:60
|
209 | pub fn rfind(&self, haystack: &[u8], needle: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:254:10
|
254 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:258:20
|
258 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
56 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:268:24
|
268 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
56 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:32:34
|
32 | pub fn new(needle: &[u8]) -> Option<Finder> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:39:20
|
39 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
7 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:61:44
|
61 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:73:9
|
73 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
7 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:137:59
|
137 | pub fn find(&self, haystack: &[u8], needle: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:138:34
|
138 | self.find_with_prefilter(None, haystack, needle)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
28 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:153:14
|
153 | pre: Option<Pre<'_>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:156:10
|
156 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:176:18
|
176 | mut pre: Option<Pre<'_>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:180:10
|
180 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:185:13
|
185 | Some(last_byte) => last_byte,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:189:20
|
189 | if let Some(pre) = pre.as_mut() {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:195:32
|
195 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
28 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:222:9
|
222 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
28 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:228:18
|
228 | mut pre: Option<Pre<'_>>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:232:10
|
232 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:236:13
|
236 | Some(last_byte) => last_byte,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:239:20
|
239 | if let Some(pre) = pre.as_mut() {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:243:32
|
243 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
28 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:268:9
|
268 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
28 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:301:60
|
301 | pub fn rfind(&self, haystack: &[u8], needle: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:322:10
|
322 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:328:13
|
328 | Some(&first_byte) => first_byte,
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:355:9
|
355 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
28 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:364:10
|
364 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:369:13
|
369 | Some(&first_byte) => first_byte,
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:393:9
|
393 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
28 + use crate::memmem::Prefilter::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:556:13
|
556 | Some(candidate_start) => candidate_start,
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:147:10
|
147 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:165:16
|
165 | if let Some(cur) = self.search_chunk(start, topos) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:214:20
|
214 | if let Some(cur) = self.search_chunk(cur, topos) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:229:9
|
229 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:258:10
|
258 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:274:16
|
274 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:320:20
|
320 | if let Some(cur) = self.search_chunk(cur, topos) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:328:9
|
328 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Fn` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:419:30
|
419 | mask_to_offset: impl Fn(V::Mask) -> usize,
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:420:10
|
420 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:426:13
|
426 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:497:10
|
497 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:515:16
|
515 | if let Some(cur) = self.search_chunk(start, topos) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:552:20
|
552 | if let Some(cur) = self.search_chunk(cur, topos) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:567:9
|
567 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:596:10
|
596 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:612:16
|
612 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:646:20
|
646 | if let Some(cur) = self.search_chunk(cur, topos) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:654:9
|
654 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Fn` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:673:30
|
673 | mask_to_offset: impl Fn(V::Mask) -> usize,
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:674:10
|
674 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:684:13
|
684 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:769:10
|
769 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:787:16
|
787 | if let Some(cur) = self.search_chunk(start, topos) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:834:20
|
834 | if let Some(cur) = self.search_chunk(cur, topos) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:849:9
|
849 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:878:10
|
878 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:894:16
|
894 | if let Some(cur) = self.search_chunk(end.sub(V::BYTES), topos) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:938:20
|
938 | if let Some(cur) = self.search_chunk(cur, topos) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:946:9
|
946 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Fn` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:965:30
|
965 | mask_to_offset: impl Fn(V::Mask) -> usize,
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:966:10
|
966 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:978:13
|
978 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Send` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1017:17
|
1017 | unsafe impl<'h> Send for Iter<'h> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sync` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1022:17
|
1022 | unsafe impl<'h> Sync for Iter<'h> {}
| ^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1046:28
|
1046 | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1046:59
|
1046 | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1047:10
|
1047 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1066:29
|
1066 | mut count_raw: impl FnMut(*const u8, *const u8) -> usize,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1085:29
|
1085 | mut rfind_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1085:60
|
1085 | mut rfind_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1086:10
|
1086 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1103:47
|
1103 | pub(crate) fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `FnMut` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1127:24
|
1127 | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>,
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1127:55
|
1127 | mut find_raw: impl FnMut(*const u8, *const u8) -> Option<*const u8>,
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1128:6
|
1128 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Fn` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1148:42
|
1148 | pub(crate) unsafe fn fwd_byte_by_byte<F: Fn(u8) -> bool>(
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1152:6
|
1152 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1161:5
|
1161 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Fn` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1174:42
|
1174 | pub(crate) unsafe fn rev_byte_by_byte<F: Fn(u8) -> bool>(
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1178:6
|
1178 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1188:5
|
1188 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
93 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Fn` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1199:44
|
1199 | pub(crate) unsafe fn count_byte_by_byte<F: Fn(u8) -> bool>(
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:84:10
|
84 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:105:20
|
105 | if let Some(chunki) = self.find_in_chunk(needle, cur, end, all) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:120:24
|
120 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
11 + use crate::memmem::Prefilter::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:145:20
|
145 | if let Some(chunki) = m {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:149:9
|
149 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
11 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:173:10
|
173 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:193:20
|
193 | if let Some(chunki) = self.find_prefilter_in_chunk(cur) {
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:205:20
|
205 | if let Some(chunki) = self.find_prefilter_in_chunk(cur) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:209:9
|
209 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
11 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:235:10
|
235 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:248:24
|
248 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
11 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:255:9
|
255 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
11 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:269:65
|
269 | unsafe fn find_prefilter_in_chunk(&self, cur: *const u8) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:279:20
|
279 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
11 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:40:31
|
40 | pub fn new(needle: u8) -> Option<One> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:45:13
|
45 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:94:44
|
94 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:110:45
|
110 | pub fn rfind(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:160:10
|
160 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:162:20
|
162 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:204:10
|
204 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:206:20
|
206 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:273:10
|
273 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:293:10
|
293 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:345:14
|
345 | impl<'a, 'h> Iterator for OneIter<'a, 'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:349:27
|
349 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:366:36
|
366 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:371:14
|
371 | impl<'a, 'h> DoubleEndedIterator for OneIter<'a, 'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:373:32
|
373 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:400:45
|
400 | pub fn new(needle1: u8, needle2: u8) -> Option<Two> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:405:13
|
405 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:454:44
|
454 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:470:45
|
470 | pub fn rfind(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:508:10
|
508 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:510:20
|
510 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:552:10
|
552 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:554:20
|
554 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:584:10
|
584 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:604:10
|
604 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:636:14
|
636 | impl<'a, 'h> Iterator for TwoIter<'a, 'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:640:27
|
640 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:648:36
|
648 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:653:14
|
653 | impl<'a, 'h> DoubleEndedIterator for TwoIter<'a, 'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:655:32
|
655 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:682:58
|
682 | pub fn new(needle1: u8, needle2: u8, needle3: u8) -> Option<Three> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:687:13
|
687 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:740:44
|
740 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:756:45
|
756 | pub fn rfind(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:794:10
|
794 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:796:20
|
796 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:840:10
|
840 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:842:20
|
842 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
23 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:874:10
|
874 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:894:10
|
894 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:926:14
|
926 | impl<'a, 'h> Iterator for ThreeIter<'a, 'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:930:27
|
930 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:938:36
|
938 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:943:14
|
943 | impl<'a, 'h> DoubleEndedIterator for ThreeIter<'a, 'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:945:32
|
945 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:41:34
|
41 | pub fn new(needle: &[u8]) -> Option<Finder> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:53:52
|
53 | pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:60:13
|
60 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
11 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:107:59
|
107 | pub fn find(&self, haystack: &[u8], needle: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:118:54
|
118 | pub fn find_prefilter(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:140:10
|
140 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:157:62
|
157 | unsafe fn find_prefilter_impl(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:45:6
|
45 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:59:6
|
59 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:74:6
|
74 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:89:6
|
89 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:105:6
|
105 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/memchr.rs:121:6
|
121 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/cow.rs:39:27
|
39 | pub(crate) fn new<B: ?Sized + AsRef<[u8]>>(bytes: &'a B) -> CowBytes<'a> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/cow.rs:39:35
|
39 | pub(crate) fn new<B: ?Sized + AsRef<[u8]>>(bytes: &'a B) -> CowBytes<'a> {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:27:47
|
27 | pub fn memchr(needle: u8, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:59:48
|
59 | pub fn memrchr(needle: u8, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:92:62
|
92 | pub fn memchr2(needle1: u8, needle2: u8, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:125:63
|
125 | pub fn memrchr2(needle1: u8, needle2: u8, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:163:6
|
163 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:201:6
|
201 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:308:10
|
308 | impl<'h> Iterator for Memchr<'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:312:27
|
312 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:336:36
|
336 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:341:10
|
341 | impl<'h> DoubleEndedIterator for Memchr<'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:343:32
|
343 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:386:10
|
386 | impl<'h> Iterator for Memchr2<'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:390:27
|
390 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:400:36
|
400 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:405:10
|
405 | impl<'h> DoubleEndedIterator for Memchr2<'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:407:32
|
407 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:461:10
|
461 | impl<'h> Iterator for Memchr3<'h> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:465:27
|
465 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:477:36
|
477 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `DoubleEndedIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:482:10
|
482 | impl<'h> DoubleEndedIterator for Memchr3<'h> {
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:484:32
|
484 | fn next_back(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:508:6
|
508 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:545:6
|
545 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:579:6
|
579 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:614:6
|
614 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:652:6
|
652 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memchr.rs:694:6
|
694 | ) -> Option<*const u8> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:69:13
|
69 | Some(pair) => pair,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:134:20
|
134 | if let Some(pp) = neon::Finder::with_pair(needle, pair) {
| ^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:140:57
|
140 | Searcher::twoway(needle, rabinkarp, None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::memmem::Prefilter::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:146:53
|
146 | Searcher::twoway(needle, rabinkarp, None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:177:19
|
177 | prestrat: Option<Prefilter>,
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:186:13
|
186 | Some(prestrat) => {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:215:10
|
215 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:217:13
|
217 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:278:6
|
278 | ) -> Option<usize>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:291:6
|
291 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:306:6
|
306 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:323:6
|
323 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:344:6
|
344 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:430:6
|
430 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:497:10
|
497 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:499:20
|
499 | return None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::memmem::Prefilter::None;
|
error[E0405]: cannot find trait `Default` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:553:6
|
553 | impl Default for PrefilterConfig {
| ^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:619:10
|
619 | ) -> Option<Prefilter> {
| ^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:631:13
|
631 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::memmem::Prefilter::None;
|
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:717:40
|
717 | fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:727:47
|
727 | fn find_simple(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:777:54
|
777 | unsafe fn(strat: &Prefilter, haystack: &[u8]) -> Option<usize>;
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:788:6
|
788 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:859:6
|
859 | ) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:918:13
|
918 | Err(_) => core::u32::MAX,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:919:13
|
919 | Ok(skipped) => self.skipped.saturating_add(skipped),
| ^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:970:55
|
970 | pub(crate) fn find(&mut self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:116:35
|
116 | pub fn find_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:116:43
|
116 | pub fn find_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:150:36
|
150 | pub fn rfind_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:150:44
|
150 | pub fn rfind_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:185:48
|
185 | pub fn find(haystack: &[u8], needle: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:222:49
|
222 | pub fn rfind(haystack: &[u8], needle: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:273:14
|
273 | impl<'h, 'n> Iterator for FindIter<'h, 'n> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:276:27
|
276 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:288:36
|
288 | fn size_hint(&self) -> (usize, Option<usize>) {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:294:13
|
294 | Some(haystack_len) => match self.finder.needle().len() {
| ^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:319:10
|
319 | pos: Option<usize>,
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:350:14
|
350 | impl<'h, 'n> Iterator for FindRevIter<'h, 'n> {
| ^^^^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:353:27
|
353 | fn next(&mut self) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:356:13
|
356 | Some(pos) => pos,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:361:13
|
361 | Some(i) => {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:395:20
|
395 | pub fn new<B: ?Sized + AsRef<[u8]>>(needle: &'n B) -> Finder<'n> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:395:28
|
395 | pub fn new<B: ?Sized + AsRef<[u8]>>(needle: &'n B) -> Finder<'n> {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:424:44
|
424 | pub fn find(&self, haystack: &[u8]) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:532:20
|
532 | pub fn new<B: ?Sized + AsRef<[u8]>>(needle: &'n B) -> FinderRev<'n> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:532:28
|
532 | pub fn new<B: ?Sized + AsRef<[u8]>>(needle: &'n B) -> FinderRev<'n> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:563:21
|
563 | pub fn rfind<B: AsRef<[u8]>>(&self, haystack: B) -> Option<usize> {
| ^^^^^ not found in this scope
error[E0412]: cannot find type `Option` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:563:57
|
563 | pub fn rfind<B: AsRef<[u8]>>(&self, haystack: B) -> Option<usize> {
| ^^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:666:34
|
666 | pub fn build_forward<'n, B: ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:666:42
|
666 | pub fn build_forward<'n, B: ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:679:13
|
679 | B: ?Sized + AsRef<[u8]>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:679:21
|
679 | B: ?Sized + AsRef<[u8]>,
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:694:34
|
694 | pub fn build_reverse<'n, B: ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `AsRef` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:694:42
|
694 | pub fn build_reverse<'n, B: ?Sized + AsRef<[u8]>>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:17:26
|
17 | pub(crate) trait Vector: Copy + core::fmt::Debug {
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:84:28
|
84 | pub(crate) trait MoveMask: Copy + core::fmt::Debug {
| ^^^^ not found in this scope
error[E0412]: cannot find type `uint8x16_t` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:302:21
|
302 | impl Vector for uint8x16_t {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `uint8x16_t` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:310:38
|
310 | unsafe fn splat(byte: u8) -> uint8x16_t {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `uint8x16_t` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:315:52
|
315 | unsafe fn load_aligned(data: *const u8) -> uint8x16_t {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `uint8x16_t` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:322:54
|
322 | unsafe fn load_unaligned(data: *const u8) -> uint8x16_t {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `uint8x16_t` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:336:49
|
336 | unsafe fn cmpeq(self, vector2: Self) -> uint8x16_t {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `uint8x16_t` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:341:47
|
341 | unsafe fn and(self, vector2: Self) -> uint8x16_t {
| ^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `uint8x16_t` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:346:46
|
346 | unsafe fn or(self, vector2: Self) -> uint8x16_t {
| ^^^^^^^^^^ not found in this scope
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:61:9
|
61 | Some(Finder { pair, byte1, byte2 })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:99:20
|
99 | return Some(aligned1);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:196:9
|
196 | Some(Pair { index1, index2 })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/packedpair/mod.rs:233:9
|
233 | Some(Pair { index1, index2 })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:118:13
|
118 | Some(found.distance(hstart))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:167:24
|
167 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:216:13
|
216 | Some(found.distance(hstart))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/rabinkarp.rs:265:24
|
265 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:45:9
|
45 | Some(searcher)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:63:20
|
63 | return Some(0);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/shiftor.rs:70:24
|
70 | return Some(i + 1 - self.needle_len);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:184:28
|
184 | None => return Some(pos),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:216:28
|
216 | return Some(pos);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:235:28
|
235 | None => return Some(pos),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:265:24
|
265 | return Some(pos);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:327:28
|
327 | None => return Some(pos),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:349:28
|
349 | return Some(pos - nlen);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:368:28
|
368 | None => return Some(pos),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/all/twoway.rs:388:28
|
388 | return Some(pos - nlen);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:166:20
|
166 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:189:32
|
189 | return Some(cur.add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:194:32
|
194 | return Some(cur.add(1 * V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:199:32
|
199 | return Some(cur.add(2 * V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:204:28
|
204 | return Some(cur.add(3 * V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:215:24
|
215 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:275:20
|
275 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:298:32
|
298 | return Some(cur.add(3 * V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:303:32
|
303 | return Some(cur.add(2 * V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:308:32
|
308 | return Some(cur.add(1 * V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:313:28
|
313 | return Some(cur.add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:321:24
|
321 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:424:13
|
424 | Some(cur.add(mask_to_offset(mask)))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:516:20
|
516 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:537:32
|
537 | return Some(cur.add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:542:28
|
542 | return Some(cur.add(V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:553:24
|
553 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:613:20
|
613 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:634:32
|
634 | return Some(cur.add(V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:639:28
|
639 | return Some(cur.add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:647:24
|
647 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:682:13
|
682 | Some(cur.add(mask_to_offset(mask1.or(mask2))))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:788:20
|
788 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:816:32
|
816 | return Some(cur.add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:824:28
|
824 | return Some(cur.add(V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:835:24
|
835 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:895:20
|
895 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:923:32
|
923 | return Some(cur.add(V::BYTES).add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:931:28
|
931 | return Some(cur.add(topos(mask)));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:939:24
|
939 | return Some(cur);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:976:13
|
976 | Some(cur.add(mask_to_offset(mask1.or(mask2).or(mask3))))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1059:9
|
1059 | Some(result)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1098:9
|
1098 | Some(result)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1104:13
|
1104 | (0, Some(self.end.as_usize().saturating_sub(self.start.as_usize())))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1135:5
|
1135 | Some(found.distance(start))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1157:20
|
1157 | return Some(ptr);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/memchr.rs:1185:20
|
1185 | return Some(ptr);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:106:24
|
106 | return Some(matched(start, cur, chunki));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:146:24
|
146 | return Some(matched(start, cur, chunki));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:194:24
|
194 | return Some(matched(start, cur, chunki));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:206:24
|
206 | return Some(matched(start, cur, chunki));
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:251:24
|
251 | return Some(offset);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/generic/packedpair.rs:281:9
|
281 | Some(offsets.first_offset())
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:43:22
|
43 | unsafe { Some(One::new_unchecked(needle)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:403:22
|
403 | unsafe { Some(Two::new_unchecked(needle1, needle2)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/memchr.rs:685:22
|
685 | unsafe { Some(Three::new_unchecked(needle1, needle2, needle3)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/arch/aarch64/neon/packedpair.rs:58:22
|
58 | unsafe { Some(Finder::with_pair_impl(needle, pair)) }
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:143:57
|
143 | Searcher::twoway(needle, rabinkarp, Some(prestrat))
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:292:5
|
292 | Some(0)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:351:36
|
351 | finder.find_with_prefilter(Some(pre), haystack, needle)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:502:39
|
502 | SearcherRevKind::Empty => Some(haystack.len()),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/searcher.rs:639:13
|
639 | Some(Prefilter { call, kind, rarest_byte, rarest_offset })
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:285:9
|
285 | Some(pos)
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:293:25
|
293 | None => (0, Some(0)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:301:35
|
301 | needle_len => (0, Some(haystack_len / needle_len)),
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:328:19
|
328 | let pos = Some(haystack.len());
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:365:32
|
365 | self.pos = Some(i);
| ^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/memmem/mod.rs:367:17
|
367 | Some(i)
| ^^^^ not found in this scope
error[E0425]: cannot find function `vdupq_n_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:311:13
|
311 | vdupq_n_u8(byte)
| ^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `vld1q_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:323:13
|
323 | vld1q_u8(data)
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function `vreinterpretq_u16_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:328:26
|
328 | let asu16s = vreinterpretq_u16_u8(self);
| ^^^^^^^^^^^^^^^^^^^^------
| |
| help: try calling `vreinterpretq_u16_u8` as a method: `self.vreinterpretq_u16_u8()`
error[E0425]: cannot find function `vshrn_n_u16` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:329:24
|
329 | let mask = vshrn_n_u16(asu16s, 4);
| ^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `vreinterpret_u64_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:330:25
|
330 | let asu64 = vreinterpret_u64_u8(mask);
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `vget_lane_u64` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:331:28
|
331 | let scalar64 = vget_lane_u64(asu64, 0);
| ^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `vceqq_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:337:13
|
337 | vceqq_u8(self, vector2)
| ^^^^^^^^---------------
| |
| help: try calling `vceqq_u8` as a method: `self.vceqq_u8(vector2)`
error[E0425]: cannot find function `vandq_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:342:13
|
342 | vandq_u8(self, vector2)
| ^^^^^^^^---------------
| |
| help: try calling `vandq_u8` as a method: `self.vandq_u8(vector2)`
error[E0425]: cannot find function `vorrq_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:347:13
|
347 | vorrq_u8(self, vector2)
| ^^^^^^^^---------------
| |
| help: try calling `vorrq_u8` as a method: `self.vorrq_u8(vector2)`
error[E0425]: cannot find function `vreinterpretq_u64_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:358:23
|
358 | let low = vreinterpretq_u64_u8(vpmaxq_u8(self, self));
| ^^^^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `vpmaxq_u8` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:358:44
|
358 | let low = vreinterpretq_u64_u8(vpmaxq_u8(self, self));
| ^^^^^^^^^------------
| |
| help: try calling `vpmaxq_u8` as a method: `self.vpmaxq_u8(self)`
error[E0425]: cannot find function `vgetq_lane_u64` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.1/src/vector.rs:359:13
|
359 | vgetq_lane_u64(low, 0) != 0
| ^^^^^^^^^^^^^^ not found in this scope
error: could not compile `memchr` (lib) due to 564 previous errors
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
140 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
293 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
294 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
295 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
296 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
297 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
298 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
299 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
300 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
302 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
303 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
304 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
305 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
306 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
307 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
315 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
404 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
494 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
795 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:36:32
|
36 | impl<$($lifetime,)* E> Copy for $ty<$($lifetime,)* E> {}
| ^^^^ not found in this scope
...
854 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:897:8
|
897 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:911:8
|
911 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:933:8
|
933 | I: Iterator<Item = T>,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:943:17
|
943 | let v = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:943:17
|
943 | let v = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:944:9
|
944 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:944:9
|
944 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:957:8
|
957 | I: Iterator<Item = T>,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:968:13
|
968 | Some(value) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:970:65
|
970 | seed.deserialize(value.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1015:50
|
1015 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1026:35
|
1026 | T: IntoDeserializer<'de, E> + Eq + Ord,
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1026:40
|
1026 | T: IntoDeserializer<'de, E> + Eq + Ord,
| ^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1029:50
|
1029 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1040:35
|
1040 | T: IntoDeserializer<'de, E> + Eq + Hash,
| ^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1044:50
|
1044 | type Deserializer = SeqDeserializer<<Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1091:8
|
1091 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1103:8
|
1103 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1110:20
|
1110 | value: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
24 + use crate::__private::de::Content::None;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1120:8
|
1120 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1143:8
|
1143 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1148:13
|
1148 | Some(kv) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1150:17
|
1150 | Some(private::Pair::split(kv))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1159:8
|
1159 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1171:21
|
1171 | let value = tri!(visitor.visit_map(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1171:21
|
1171 | let value = tri!(visitor.visit_map(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1172:9
|
1172 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1172:9
|
1172 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1180:21
|
1180 | let value = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1180:21
|
1180 | let value = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1181:9
|
1181 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1181:9
|
1181 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1202:8
|
1202 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1215:13
|
1215 | Some((key, value)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1216:30
|
1216 | self.value = Some(value);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1217:63
|
1217 | seed.deserialize(key.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1244:13
|
1244 | Some((key, value)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1245:27
|
1245 | let key = tri!(kseed.deserialize(key.into_deserializer()));
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1245:27
|
1245 | let key = tri!(kseed.deserialize(key.into_deserializer()));
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1246:29
|
1246 | let value = tri!(vseed.deserialize(value.into_deserializer()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1246:29
|
1246 | let value = tri!(vseed.deserialize(value.into_deserializer()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1247:20
|
1247 | Ok(Some((key, value)))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1260:8
|
1260 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1273:13
|
1273 | Some((k, v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1275:42
|
1275 | seed.deserialize(de).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1289:8
|
1289 | I: Iterator + Clone,
| ^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1306:8
|
1306 | I: Iterator + Debug,
| ^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1349:44
|
1349 | 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 crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1349:58
|
1349 | 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1350:20
|
1350 | let pair = tri!(visitor.visit_seq(&mut pair_visitor));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1350:20
|
1350 | let pair = tri!(visitor.visit_seq(&mut pair_visitor));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1389:16
|
1389 | if let Some(k) = self.0.take() {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1390:57
|
1390 | seed.deserialize(k.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1391:23
|
1391 | } else if let Some(v) = self.1.take() {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1392:57
|
1392 | seed.deserialize(v.into_deserializer()).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1394:16
|
1394 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
24 + use crate::__private::de::Content::None;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1400:13
|
1400 | Some(2)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1402:13
|
1402 | Some(1)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1404:13
|
1404 | Some(0)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1427:35
|
1427 | K: IntoDeserializer<'de, E> + Eq + Ord,
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1427:40
|
1427 | K: IntoDeserializer<'de, E> + Eq + Ord,
| ^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1431:55
|
1431 | type Deserializer = MapDeserializer<'de, <Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1442:35
|
1442 | K: IntoDeserializer<'de, E> + Eq + Hash,
| ^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1447:55
|
1447 | type Deserializer = MapDeserializer<'de, <Self as IntoIterator>::IntoIter, E>;
| ^^^^^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1512:15
|
1512 | match tri!(self.map.next_key_seed(seed)) {
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1512:15
|
1512 | match tri!(self.map.next_key_seed(seed)) {
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1513:13
|
1513 | Some(key) => Ok((key, private::map_as_enum(self.map))),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
24 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:196:38
|
196 | while let Some(IgnoredAny) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:196:38
|
196 | while let Some(IgnoredAny) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:196:19
|
196 | while let Some(IgnoredAny) = tri!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:207:52
|
207 | while let Some((IgnoredAny, IgnoredAny)) = tri!(map.next_entry()) {
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:207:52
|
207 | while let Some((IgnoredAny, IgnoredAny)) = tri!(map.next_entry()) {
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:207:19
|
207 | while let Some((IgnoredAny, IgnoredAny)) = tri!(map.next_entry()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:226:9
|
226 | tri!(data.variant::<IgnoredAny>()).1.newtype_variant()
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:226:9
|
226 | tri!(data.variant::<IgnoredAny>()).1.newtype_variant()
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:231:24
|
231 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:231:24
|
231 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:231:24
|
231 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:231:24
|
231 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
337 | / impl_deserialize_num! {
338 | | u8, NonZeroU8, deserialize_u8
339 | | num_self!(u8:visit_u8);
340 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
341 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
342 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:261:24
|
261 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
337 | / impl_deserialize_num! {
338 | | u8, NonZeroU8, deserialize_u8
339 | | num_self!(u8:visit_u8);
340 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
341 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
342 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
337 | / impl_deserialize_num! {
338 | | u8, NonZeroU8, deserialize_u8
339 | | num_self!(u8:visit_u8);
340 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
341 | | uint_to_self!(u16:visit_u16 u32:visit_u32 u64:visit_u64);
342 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
344 | / impl_deserialize_num! {
345 | | u16, NonZeroU16, deserialize_u16
346 | | num_self!(u16:visit_u16);
347 | | num_as_self!(u8:visit_u8);
348 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
349 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
350 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
344 | / impl_deserialize_num! {
345 | | u16, NonZeroU16, deserialize_u16
346 | | num_self!(u16:visit_u16);
347 | | num_as_self!(u8:visit_u8);
348 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
349 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
350 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:261:24
|
261 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
344 | / impl_deserialize_num! {
345 | | u16, NonZeroU16, deserialize_u16
346 | | num_self!(u16:visit_u16);
347 | | num_as_self!(u8:visit_u8);
348 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
349 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
350 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
344 | / impl_deserialize_num! {
345 | | u16, NonZeroU16, deserialize_u16
346 | | num_self!(u16:visit_u16);
347 | | num_as_self!(u8:visit_u8);
348 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
349 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
350 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
352 | / impl_deserialize_num! {
353 | | u32, NonZeroU32, deserialize_u32
354 | | num_self!(u32:visit_u32);
355 | | num_as_self!(u8:visit_u8 u16:visit_u16);
356 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
357 | | uint_to_self!(u64:visit_u64);
358 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
352 | / impl_deserialize_num! {
353 | | u32, NonZeroU32, deserialize_u32
354 | | num_self!(u32:visit_u32);
355 | | num_as_self!(u8:visit_u8 u16:visit_u16);
356 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
357 | | uint_to_self!(u64:visit_u64);
358 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:261:24
|
261 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
352 | / impl_deserialize_num! {
353 | | u32, NonZeroU32, deserialize_u32
354 | | num_self!(u32:visit_u32);
355 | | num_as_self!(u8:visit_u8 u16:visit_u16);
356 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
357 | | uint_to_self!(u64:visit_u64);
358 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
352 | / impl_deserialize_num! {
353 | | u32, NonZeroU32, deserialize_u32
354 | | num_self!(u32:visit_u32);
355 | | num_as_self!(u8:visit_u8 u16:visit_u16);
356 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
357 | | uint_to_self!(u64:visit_u64);
358 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
360 | / impl_deserialize_num! {
361 | | u64, NonZeroU64, deserialize_u64
362 | | num_self!(u64:visit_u64);
363 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
364 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
365 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
360 | / impl_deserialize_num! {
361 | | u64, NonZeroU64, deserialize_u64
362 | | num_self!(u64:visit_u64);
363 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
364 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
365 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:261:24
|
261 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
360 | / impl_deserialize_num! {
361 | | u64, NonZeroU64, deserialize_u64
362 | | num_self!(u64:visit_u64);
363 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32);
364 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
365 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
367 | / impl_deserialize_num! {
368 | | usize, NonZeroUsize, deserialize_u64
369 | | num_as_self!(u8:visit_u8 u16:visit_u16);
370 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
371 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
372 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:261:24
|
261 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
367 | / impl_deserialize_num! {
368 | | usize, NonZeroUsize, deserialize_u64
369 | | num_as_self!(u8:visit_u8 u16:visit_u16);
370 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
371 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
372 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:291:24
|
291 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
367 | / impl_deserialize_num! {
368 | | usize, NonZeroUsize, deserialize_u64
369 | | num_as_self!(u8:visit_u8 u16:visit_u16);
370 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
371 | | uint_to_self!(u32:visit_u32 u64:visit_u64);
372 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
432 | / impl_deserialize_num! {
433 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
434 | | num_self!(i128:visit_i128);
435 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
436 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
437 | | num_128!(u128:visit_u128);
438 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
432 | / impl_deserialize_num! {
433 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
434 | | num_self!(i128:visit_i128);
435 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
436 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
437 | | num_128!(u128:visit_u128);
438 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:417:24
|
417 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
432 | / impl_deserialize_num! {
433 | | i128, NonZeroI128 cfg(not(no_num_nonzero_signed)), deserialize_i128
434 | | num_self!(i128:visit_i128);
435 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
436 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
437 | | num_128!(u128:visit_u128);
438 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:150:20
|
150 | if let Some(nonzero) = Self::Value::new(v) {
| ^^^^ not found in this scope
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:175:20
|
175 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:261:24
|
261 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:417:24
|
417 | if let Some(nonzero) = Self::Value::new(v as $primitive) {
| ^^^^ not found in this scope
...
440 | / impl_deserialize_num! {
441 | | u128, NonZeroU128, deserialize_u128
442 | | num_self!(u128:visit_u128);
443 | | num_as_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
444 | | int_to_uint!(i8:visit_i8 i16:visit_i16 i32:visit_i32 i64:visit_i64);
445 | | num_128!(i128:visit_i128);
446 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:474:14
|
474 | (Some(c), None) => Ok(c),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:524:13
|
524 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:525:13
|
525 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:534:13
|
534 | Ok(s) => Ok(s),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:535:13
|
535 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:573:13
|
573 | Ok(s) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:578:13
|
578 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:587:13
|
587 | Ok(s) => {
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:591:13
|
591 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:707:33
|
707 | while let Some(value) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:707:33
|
707 | while let Some(value) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:707:19
|
707 | while let Some(value) = tri!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:802:12
|
802 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:810:12
|
810 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:818:42
|
818 | T::deserialize(deserializer).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:851:31
|
851 | struct PhantomDataVisitor<T: ?Sized> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:855:15
|
855 | impl<'de, T: ?Sized> Visitor<'de> for PhantomDataVisitor<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:871:15
|
871 | impl<'de, T: ?Sized> Deserialize<'de> for PhantomData<T> {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:986:19
|
986 | BinaryHeap<T: Ord>,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:983:1
|
983 | / seq_impl!(
984 | | #[cfg(any(feature = "std", feature = "alloc"))]
985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
986 | | BinaryHeap<T: Ord>,
... |
991 | | BinaryHeap::push
992 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:983:1
|
983 | / seq_impl!(
984 | | #[cfg(any(feature = "std", feature = "alloc"))]
985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
986 | | BinaryHeap<T: Ord>,
... |
991 | | BinaryHeap::push
992 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:927:35
|
927 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
983 | / seq_impl!(
984 | | #[cfg(any(feature = "std", feature = "alloc"))]
985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
986 | | BinaryHeap<T: Ord>,
... |
991 | | BinaryHeap::push
992 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:965:35
|
965 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
983 | / seq_impl!(
984 | | #[cfg(any(feature = "std", feature = "alloc"))]
985 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
986 | | BinaryHeap<T: Ord>,
... |
991 | | BinaryHeap::push
992 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:997:17
|
997 | BTreeSet<T: Eq + Ord>,
| ^^ not found in this scope
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:997:22
|
997 | BTreeSet<T: Eq + Ord>,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:994:1
|
994 | / seq_impl!(
995 | | #[cfg(any(feature = "std", feature = "alloc"))]
996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
997 | | BTreeSet<T: Eq + Ord>,
... |
1002 | | BTreeSet::insert
1003 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:994:1
|
994 | / seq_impl!(
995 | | #[cfg(any(feature = "std", feature = "alloc"))]
996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
997 | | BTreeSet<T: Eq + Ord>,
... |
1002 | | BTreeSet::insert
1003 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:927:35
|
927 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
994 | / seq_impl!(
995 | | #[cfg(any(feature = "std", feature = "alloc"))]
996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
997 | | BTreeSet<T: Eq + Ord>,
... |
1002 | | BTreeSet::insert
1003 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:965:35
|
965 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
994 | / seq_impl!(
995 | | #[cfg(any(feature = "std", feature = "alloc"))]
996 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
997 | | BTreeSet<T: Eq + Ord>,
... |
1002 | | BTreeSet::insert
1003 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1005:1
|
1005 | / seq_impl!(
1006 | | #[cfg(any(feature = "std", feature = "alloc"))]
1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1008 | | LinkedList<T>,
... |
1013 | | LinkedList::push_back
1014 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1005:1
|
1005 | / seq_impl!(
1006 | | #[cfg(any(feature = "std", feature = "alloc"))]
1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1008 | | LinkedList<T>,
... |
1013 | | LinkedList::push_back
1014 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:927:35
|
927 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
1005 | / seq_impl!(
1006 | | #[cfg(any(feature = "std", feature = "alloc"))]
1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1008 | | LinkedList<T>,
... |
1013 | | LinkedList::push_back
1014 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:965:35
|
965 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
1005 | / seq_impl!(
1006 | | #[cfg(any(feature = "std", feature = "alloc"))]
1007 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1008 | | LinkedList<T>,
... |
1013 | | LinkedList::push_back
1014 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1019:16
|
1019 | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1016:1
|
1016 | / seq_impl!(
1017 | | #[cfg(feature = "std")]
1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
1019 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
... |
1024 | | HashSet::insert
1025 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1016:1
|
1016 | / seq_impl!(
1017 | | #[cfg(feature = "std")]
1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
1019 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
... |
1024 | | HashSet::insert
1025 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:927:35
|
927 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
1016 | / seq_impl!(
1017 | | #[cfg(feature = "std")]
1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
1019 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
... |
1024 | | HashSet::insert
1025 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:965:35
|
965 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
1016 | / seq_impl!(
1017 | | #[cfg(feature = "std")]
1018 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
1019 | | HashSet<T: Eq + Hash, S: BuildHasher + Default>,
... |
1024 | | HashSet::insert
1025 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1027:1
|
1027 | / seq_impl!(
1028 | | #[cfg(any(feature = "std", feature = "alloc"))]
1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1030 | | VecDeque<T>,
... |
1035 | | VecDeque::push_back
1036 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1027:1
|
1027 | / seq_impl!(
1028 | | #[cfg(any(feature = "std", feature = "alloc"))]
1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1030 | | VecDeque<T>,
... |
1035 | | VecDeque::push_back
1036 | | );
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `seq_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:927:35
|
927 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
1027 | / seq_impl!(
1028 | | #[cfg(any(feature = "std", feature = "alloc"))]
1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1030 | | VecDeque<T>,
... |
1035 | | VecDeque::push_back
1036 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:965:35
|
965 | while let Some(value) = tri!($access.next_element()) {
| ^^^^ not found in this scope
...
1027 | / seq_impl!(
1028 | | #[cfg(any(feature = "std", feature = "alloc"))]
1029 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1030 | | VecDeque<T>,
... |
1035 | | VecDeque::push_back
1036 | | );
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1071:41
|
1071 | while let Some(value) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1071:41
|
1071 | while let Some(value) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1071:27
|
1071 | while let Some(value) = tri!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1106:24
|
1106 | if let Some(additional) = hint.checked_sub(self.0.len()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1113:25
|
1113 | tri!(seq.next_element_seed(next_place))
| --------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1113:25
|
1113 | tri!(seq.next_element_seed(next_place))
| --------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1121:41
|
1121 | while let Some(value) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1121:41
|
1121 | while let Some(value) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1121:27
|
1121 | while let Some(value) = tri!(seq.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1252:1
|
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `array_impls` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1252:1
|
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `array_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1194:29
|
1194 | Some(val) => val,
| ^^^^ not found in this scope
...
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1216:40
|
1216 | let mut fail_idx = None;
| ^^^^ not found in this scope
...
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- 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 crate::__private::de::Content::None;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1219:40
|
1219 | fail_idx = Some(idx);
| ^^^^ not found in this scope
...
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1223:28
|
1223 | if let Some(idx) = fail_idx {
| ^^^^ not found in this scope
...
1252 | / array_impls! {
1253 | | 1 => (0)
1254 | | 2 => (0 1)
1255 | | 3 => (0 1 2)
... |
1284 | | 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...
1285 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1366:1
|
1366 | / tuple_impls! {
1367 | | 1 => (0 T0)
1368 | | 2 => (0 T0 1 T1)
1369 | | 3 => (0 T0 1 T1 2 T2)
... |
1382 | | 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 1...
1383 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `tuple_impls` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1366:1
|
1366 | / tuple_impls! {
1367 | | 1 => (0 T0)
1368 | | 2 => (0 T0 1 T1)
1369 | | 3 => (0 T0 1 T1 2 T2)
... |
1382 | | 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 1...
1383 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1317:37
|
1317 | Some(value) => value,
| ^^^^ not found in this scope
...
1366 | / tuple_impls! {
1367 | | 1 => (0 T0)
1368 | | 2 => (0 T0 1 T1)
1369 | | 3 => (0 T0 1 T1 2 T2)
... |
1382 | | 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 1...
1383 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Ord` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1446:17
|
1446 | BTreeMap<K: Ord, V>,
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1443:1
|
1443 | / map_impl! {
1444 | | #[cfg(any(feature = "std", feature = "alloc"))]
1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1446 | | BTreeMap<K: Ord, V>,
1447 | | map,
1448 | | BTreeMap::new(),
1449 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `map_impl` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1443:1
|
1443 | / map_impl! {
1444 | | #[cfg(any(feature = "std", feature = "alloc"))]
1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1446 | | BTreeMap<K: Ord, V>,
1447 | | map,
1448 | | BTreeMap::new(),
1449 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1428:35
|
1428 | while let Some((key, value)) = tri!($access.next_entry()) {
| ^^^^ not found in this scope
...
1443 | / map_impl! {
1444 | | #[cfg(any(feature = "std", feature = "alloc"))]
1445 | | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
1446 | | BTreeMap<K: Ord, V>,
1447 | | map,
1448 | | BTreeMap::new(),
1449 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Eq` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1454:16
|
1454 | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1451:1
|
1451 | / map_impl! {
1452 | | #[cfg(feature = "std")]
1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
1454 | | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
1455 | | map,
1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::d...
1457 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `map_impl` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1451:1
|
1451 | / map_impl! {
1452 | | #[cfg(feature = "std")]
1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
1454 | | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
1455 | | map,
1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::d...
1457 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `map_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1428:35
|
1428 | while let Some((key, value)) = tri!($access.next_entry()) {
| ^^^^ not found in this scope
...
1451 | / map_impl! {
1452 | | #[cfg(feature = "std")]
1453 | | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
1454 | | HashMap<K: Eq + Hash, V, S: BuildHasher + Default>,
1455 | | map,
1456 | | HashMap::with_capacity_and_hasher(size_hint::cautious::<(K, V)>(map.size_hint()), S::d...
1457 | | }
| |_- 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 crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1543:37
|
1543 | ... Ok(value) => Err(Error::unknown_variant(value, $variants_nam...
| ^^ not found in this scope
...
1605 | / ... deserialize_enum! {
1606 | | ... IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | ... "`V4` or `V6`",
1608 | | ... deserializer
1609 | | ... }
| |_______- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1544:37
|
1544 | ... Err(_) => Err(Error::invalid_value(Unexpected::Bytes(value),...
| ^^^ not found in this scope
...
1605 | / ... deserialize_enum! {
1606 | | ... IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | ... "`V4` or `V6`",
1608 | | ... deserializer
1609 | | ... }
| |_______- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1605:13
|
1605 | / deserialize_enum! {
1606 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | "`V4` or `V6`",
1608 | | deserializer
1609 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `tri` 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1605:13
|
1605 | / deserialize_enum! {
1606 | | IpAddr IpAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1607 | | "`V4` or `V6`",
1608 | | deserializer
1609 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `tri` 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1543:37
|
1543 | ... Ok(value) => Err(Error::unknown_variant(value, $variants_nam...
| ^^ not found in this scope
...
1659 | / ... deserialize_enum! {
1660 | | ... SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | ... "`V4` or `V6`",
1662 | | ... deserializer
1663 | | ... }
| |_______- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1544:37
|
1544 | ... Err(_) => Err(Error::invalid_value(Unexpected::Bytes(value),...
| ^^^ not found in this scope
...
1659 | / ... deserialize_enum! {
1660 | | ... SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | ... "`V4` or `V6`",
1662 | | ... deserializer
1663 | | ... }
| |_______- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1659:13
|
1659 | / deserialize_enum! {
1660 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | "`V4` or `V6`",
1662 | | deserializer
1663 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `tri` 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1659:13
|
1659 | / deserialize_enum! {
1660 | | SocketAddr SocketAddrKind (V4; b"V4"; 0, V6; b"V6"; 1)
1661 | | "`V4` or `V6`",
1662 | | deserializer
1663 | | }
| |_____________- in this macro invocation
|
= note: this error originates in the macro `tri` 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1543:37
|
1543 | Ok(value) => Err(Error::unknown_variant(value, $varian...
| ^^ not found in this scope
...
1791 | / variant_identifier! {
1792 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1)
1793 | | "`Unix` or `Windows`",
1794 | | OSSTR_VARIANTS
1795 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1544:37
|
1544 | Err(_) => Err(Error::invalid_value(Unexpected::Bytes(v...
| ^^^ not found in this scope
...
1791 | / variant_identifier! {
1792 | | OsStringKind (Unix; b"Unix"; 0, Windows; b"Windows"; 1)
1793 | | "`Unix` or `Windows`",
1794 | | OSSTR_VARIANTS
1795 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `variant_identifier` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1815:15
|
1815 | match tri!(data.variant()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1815:15
|
1815 | match tri!(data.variant()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1880:19
|
1880 | impl<'de, 'a, T: ?Sized> Deserialize<'de> for Cow<'a, T>
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1992:27
|
1992 | T: Deserialize<'de> + Copy,
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2092:17
|
2092 | Some(_) => Ok(()),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2110:39
|
2110 | let secs: u64 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2110:39
|
2110 | let secs: u64 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2111:21
|
2111 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2116:40
|
2116 | let nanos: u32 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2116:40
|
2116 | let nanos: u32 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2117:21
|
2117 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2122:17
|
2122 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2122:17
|
2122 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2130:45
|
2130 | let mut secs: Option<u64> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2131:46
|
2131 | let mut nanos: Option<u32> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2132:39
|
2132 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2132:39
|
2132 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2132:27
|
2132 | while let Some(key) = tri!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2138:36
|
2138 | ... secs = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2138:41
|
2138 | ... secs = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2138:41
|
2138 | ... secs = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2144:37
|
2144 | ... nanos = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2144:42
|
2144 | ... nanos = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2144:42
|
2144 | ... nanos = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2149:21
|
2149 | Some(secs) => secs,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2153:21
|
2153 | Some(nanos) => nanos,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2156:17
|
2156 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2156:17
|
2156 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2231:17
|
2231 | Some(_) => Ok(()),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2249:39
|
2249 | let secs: u64 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2249:39
|
2249 | let secs: u64 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2250:21
|
2250 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2255:40
|
2255 | let nanos: u32 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2255:40
|
2255 | let nanos: u32 = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2256:21
|
2256 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2261:17
|
2261 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2261:17
|
2261 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2269:45
|
2269 | let mut secs: Option<u64> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2270:46
|
2270 | let mut nanos: Option<u32> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2271:39
|
2271 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2271:39
|
2271 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2271:27
|
2271 | while let Some(key) = tri!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2279:36
|
2279 | ... secs = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2279:41
|
2279 | ... secs = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2279:41
|
2279 | ... secs = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2287:37
|
2287 | ... nanos = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2287:42
|
2287 | ... nanos = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2287:42
|
2287 | ... nanos = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2292:21
|
2292 | Some(secs) => secs,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2296:21
|
2296 | Some(nanos) => nanos,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2299:17
|
2299 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2299:17
|
2299 | tri!(check_overflow(secs, nanos));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2305:24
|
2305 | ...on = tri!(deserializer.deserialize_struct("SystemTime", FIELDS, DurationVisitor));
| ---------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2305:24
|
2305 | ...on = tri!(deserializer.deserialize_struct("SystemTime", FIELDS, DurationVisitor));
| ---------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2334:28
|
2334 | let (start, end) = tri!(deserializer.deserialize_struct(
| ____________________________-
2335 | | "Range",
2336 | | range::FIELDS,
2337 | | range::RangeVisitor {
... |
2340 | | },
2341 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2334:28
|
2334 | let (start, end) = tri!(deserializer.deserialize_struct(
| ____________________________-
2335 | | "Range",
2336 | | range::FIELDS,
2337 | | range::RangeVisitor {
... |
2340 | | },
2341 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2354:28
|
2354 | let (start, end) = tri!(deserializer.deserialize_struct(
| ____________________________-
2355 | | "RangeInclusive",
2356 | | range::FIELDS,
2357 | | range::RangeVisitor {
... |
2360 | | },
2361 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2354:28
|
2354 | let (start, end) = tri!(deserializer.deserialize_struct(
| ____________________________-
2355 | | "RangeInclusive",
2356 | | range::FIELDS,
2357 | | range::RangeVisitor {
... |
2360 | | },
2361 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2445:36
|
2445 | let start: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2445:36
|
2445 | let start: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2446:17
|
2446 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2367 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2451:34
|
2451 | let end: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2451:34
|
2451 | let end: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2452:17
|
2452 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2367 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2464:42
|
2464 | let mut start: Option<Idx> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
2367 + use crate::__private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2465:40
|
2465 | let mut end: Option<Idx> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
2367 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2466:35
|
2466 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2466:35
|
2466 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2466:23
|
2466 | while let Some(key) = tri!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2367 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2472:33
|
2472 | start = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2367 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2472:38
|
2472 | start = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2472:38
|
2472 | start = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2478:31
|
2478 | end = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2367 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2478:36
|
2478 | end = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2478:36
|
2478 | end = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2483:17
|
2483 | Some(start) => start,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2367 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2487:17
|
2487 | Some(end) => end,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2367 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2512:21
|
2512 | let start = tri!(deserializer.deserialize_struct(
| _____________________-
2513 | | "RangeFrom",
2514 | | range_from::FIELDS,
2515 | | range_from::RangeFromVisitor {
... |
2518 | | },
2519 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2512:21
|
2512 | let start = tri!(deserializer.deserialize_struct(
| _____________________-
2513 | | "RangeFrom",
2514 | | range_from::FIELDS,
2515 | | range_from::RangeFromVisitor {
... |
2518 | | },
2519 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2600:36
|
2600 | let start: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2600:36
|
2600 | let start: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2601:17
|
2601 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2525 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2613:42
|
2613 | let mut start: Option<Idx> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
2525 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2614:35
|
2614 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2614:35
|
2614 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2614:23
|
2614 | while let Some(key) = tri!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2525 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2620:33
|
2620 | start = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2525 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2620:38
|
2620 | start = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2620:38
|
2620 | start = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2625:17
|
2625 | Some(start) => start,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2525 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2650:19
|
2650 | let end = tri!(deserializer.deserialize_struct(
| ___________________-
2651 | | "RangeTo",
2652 | | range_to::FIELDS,
2653 | | range_to::RangeToVisitor {
... |
2656 | | },
2657 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2650:19
|
2650 | let end = tri!(deserializer.deserialize_struct(
| ___________________-
2651 | | "RangeTo",
2652 | | range_to::FIELDS,
2653 | | range_to::RangeToVisitor {
... |
2656 | | },
2657 | | ));
| |__________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2738:34
|
2738 | let end: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2738:34
|
2738 | let end: Idx = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2739:17
|
2739 | Some(value) => value,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2663 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2751:40
|
2751 | let mut end: Option<Idx> = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
2663 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2752:35
|
2752 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2752:35
|
2752 | while let Some(key) = tri!(map.next_key()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2752:23
|
2752 | while let Some(key) = tri!(map.next_key()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2663 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2758:31
|
2758 | end = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2663 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2758:36
|
2758 | end = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2758:36
|
2758 | end = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2763:17
|
2763 | Some(end) => end,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
2663 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2835:33
|
2835 | ... 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2836:33
|
2836 | ... Err(_) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2864:23
|
2864 | match tri!(data.variant()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2864:23
|
2864 | match tri!(data.variant()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2943:33
|
2943 | ... 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2944:33
|
2944 | ... Err(_) => {
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2973:23
|
2973 | match tri!(data.variant()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2973:23
|
2973 | match tri!(data.variant()) {
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2974:63
|
2974 | (Field::Ok, v) => v.newtype_variant().map(Ok),
| ^^ not found in this scope
error[E0425]: cannot find value `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:2975:64
|
2975 | (Field::Err, v) => v.newtype_variant().map(Err),
| ^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/size_hint.rs:26:17
|
26 | (lower, Some(upper)) if lower == upper => Some(upper),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/size_hint.rs:26:51
|
26 | (lower, Some(upper)) if lower == upper => Some(upper),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/size_hint.rs:27:14
|
27 | _ => None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:162:26
|
162 | pub trait Error: Sized $(+ $($supertrait)::+)* {
| ^^^^^ not found in this scope
...
301 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:535:29
|
535 | pub trait Deserialize<'de>: Sized {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:571:18
|
571 | *place = tri!(Deserialize::deserialize(deserializer));
| -------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:571:18
|
571 | *place = tri!(Deserialize::deserialize(deserializer));
| -------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:772:33
|
772 | pub trait DeserializeSeed<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:908:30
|
908 | pub trait Deserializer<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1734:9
|
1734 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
115 + use crate::__private::de::Content::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1738:19
|
1738 | 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 `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1831:15
|
1831 | match tri!(self.next_key_seed(kseed)) {
| ------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1831:15
|
1831 | match tri!(self.next_key_seed(kseed)) {
| ------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1832:13
|
1832 | Some(key) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
115 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1833:29
|
1833 | let value = tri!(self.next_value_seed(vseed));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1833:29
|
1833 | let value = tri!(self.next_value_seed(vseed));
| --------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1834:20
|
1834 | Ok(Some((key, value)))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
115 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1887:9
|
1887 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
115 + use crate::__private::de::Content::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1891:19
|
1891 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:1978:28
|
1978 | pub trait EnumAccess<'de>: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2025:31
|
2025 | pub trait VariantAccess<'de>: Sized {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2281:17
|
2281 | tri!(write!(formatter, "one of "));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2281:17
|
2281 | tri!(write!(formatter, "one of "));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2284:25
|
2284 | tri!(write!(formatter, ", "));
| ----------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2284:25
|
2284 | tri!(write!(formatter, ", "));
| ----------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2286:21
|
2286 | tri!(write!(formatter, "`{}`", alt));
| ------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2286:21
|
2286 | tri!(write!(formatter, "`{}`", alt));
| ------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2319:9
|
2319 | tri!(write!(writer, "{}", self.0));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2319:9
|
2319 | tri!(write!(writer, "{}", self.0));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2321:13
|
2321 | tri!(formatter.write_str(".0"));
| ------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/mod.rs:2321:13
|
2321 | tri!(formatter.write_str(".0"));
| ------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/fmt.rs:77:37
|
77 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/fmt.rs:92:27
|
92 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/fmt.rs:103:38
|
103 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/fmt.rs:164:24
|
164 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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 crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:117:10
|
117 | impl<T: ?Sized> Serialize for PhantomData<T> {
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:136:9
|
136 | tri!(serializer.serialize_tuple(0)).end()
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:136:9
|
136 | tri!(serializer.serialize_tuple(0)).end()
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:163:1
|
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 `tri` which comes from the expansion of the macro `array_impls` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:163:1
|
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 `tri` which comes from the expansion of the macro `array_impls` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:277:25
|
277 | let mut state = tri!(serializer.serialize_struct("Range", 2));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:277:25
|
277 | let mut state = tri!(serializer.serialize_struct("Range", 2));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:278:9
|
278 | tri!(state.serialize_field("start", &self.start));
| ------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:278:9
|
278 | tri!(state.serialize_field("start", &self.start));
| ------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:279:9
|
279 | tri!(state.serialize_field("end", &self.end));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:279:9
|
279 | tri!(state.serialize_field("end", &self.end));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:295:25
|
295 | let mut state = tri!(serializer.serialize_struct("RangeFrom", 1));
| ------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:295:25
|
295 | let mut state = tri!(serializer.serialize_struct("RangeFrom", 1));
| ------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:296:9
|
296 | tri!(state.serialize_field("start", &self.start));
| ------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:296:9
|
296 | tri!(state.serialize_field("start", &self.start));
| ------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:312:25
|
312 | let mut state = tri!(serializer.serialize_struct("RangeInclusive", 2));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:312:25
|
312 | let mut state = tri!(serializer.serialize_struct("RangeInclusive", 2));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:313:9
|
313 | tri!(state.serialize_field("start", &self.start()));
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:313:9
|
313 | tri!(state.serialize_field("start", &self.start()));
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:314:9
|
314 | tri!(state.serialize_field("end", &self.end()));
| ----------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:314:9
|
314 | tri!(state.serialize_field("end", &self.end()));
| ----------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:330:25
|
330 | let mut state = tri!(serializer.serialize_struct("RangeTo", 1));
| ----------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:330:25
|
330 | let mut state = tri!(serializer.serialize_struct("RangeTo", 1));
| ----------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:331:9
|
331 | tri!(state.serialize_field("end", &self.end));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:331:9
|
331 | tri!(state.serialize_field("end", &self.end));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:406:1
|
406 | / tuple_impls! {
407 | | 1 => (0 T0)
408 | | 2 => (0 T0 1 T1)
409 | | 3 => (0 T0 1 T1 2 T2)
... |
422 | | 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...
423 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `tuple_impls` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:406:1
|
406 | / tuple_impls! {
407 | | 1 => (0 T0)
408 | | 2 => (0 T0 1 T1)
409 | | 3 => (0 T0 1 T1 2 T2)
... |
422 | | 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...
423 | | }
| |_- in this macro invocation
|
= note: this error originates in the macro `tri` which comes from the expansion of the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:507:14
|
507 | <'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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:511:14
|
511 | <'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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:517:10
|
517 | <T: ?Sized> Serialize for Box<T> where T: Serialize
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:551:14
|
551 | <'a, T: ?Sized> Serialize for Cow<'a, T> where T: Serialize + ToOwned
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:634:20
|
634 | T: Serialize + Copy,
| ^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:644:10
|
644 | impl<T: ?Sized> Serialize for RefCell<T>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:653:13
|
653 | Ok(value) => value.serialize(serializer),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:654:13
|
654 | Err(_) => Err(S::Error::custom("already mutably borrowed")),
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:661:10
|
661 | impl<T: ?Sized> Serialize for Mutex<T>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:670:13
|
670 | Ok(locked) => locked.serialize(serializer),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:671:13
|
671 | Err(_) => Err(S::Error::custom("lock poison error while serializing")),
| ^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:678:10
|
678 | impl<T: ?Sized> Serialize for RwLock<T>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:687:13
|
687 | Ok(locked) => locked.serialize(serializer),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:688:13
|
688 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:721:25
|
721 | let mut state = tri!(serializer.serialize_struct("Duration", 2));
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:721:25
|
721 | let mut state = tri!(serializer.serialize_struct("Duration", 2));
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:722:9
|
722 | tri!(state.serialize_field("secs", &self.as_secs()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:722:9
|
722 | tri!(state.serialize_field("secs", &self.as_secs()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:723:9
|
723 | tri!(state.serialize_field("nanos", &self.subsec_nanos()));
| ---------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:723:9
|
723 | tri!(state.serialize_field("nanos", &self.subsec_nanos()));
| ---------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:739:13
|
739 | Ok(duration_since_epoch) => duration_since_epoch,
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:740:13
|
740 | Err(_) => return Err(S::Error::custom("SystemTime must be later than UNIX_EPOCH")),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:742:25
|
742 | let mut state = tri!(serializer.serialize_struct("SystemTime", 2));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:742:25
|
742 | let mut state = tri!(serializer.serialize_struct("SystemTime", 2));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:743:9
|
743 | tri!(state.serialize_field("secs_since_epoch", &duration_since_epoch.as_secs()));
| -------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:743:9
|
743 | tri!(state.serialize_field("secs_since_epoch", &duration_since_epoch.as_secs()));
| -------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:744:9
|
744 | tri!(state.serialize_field("nanos_since_epoch", &duration_since_epoch.subsec_nanos()));
| -------------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:744:9
|
744 | tri!(state.serialize_field("nanos_since_epoch", &duration_since_epoch.subsec_nanos()));
| -------------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:840:13
|
840 | Some(next) => i = next,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/impls.rs:960:13
|
960 | Some(s) => s.serialize(serializer),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:142:26
|
142 | pub trait Error: Sized $(+ $($supertrait)::+)* {
| ^^^^^ not found in this scope
...
186 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:333:23
|
333 | pub trait Serializer: Sized {
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:799:27
|
799 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:894:37
|
894 | fn serialize_newtype_struct<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:928:38
|
928 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1273:12
|
1273 | I: IntoIterator,
| ^^^^^^^^^^^^ not found in this scope
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1274:15
|
1274 | <I as IntoIterator>::Item: Serialize,
| ^^^^^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1277:30
|
1277 | let mut serializer = tri!(self.serialize_seq(iterator_len_hint(&iter)));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1277:30
|
1277 | let mut serializer = tri!(self.serialize_seq(iterator_len_hint(&iter)));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1278:9
|
1278 | tri!(iter.try_for_each(|item| serializer.serialize_element(&item)));
| ------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1278:9
|
1278 | tri!(iter.try_for_each(|item| serializer.serialize_element(&item)));
| ------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1312:12
|
1312 | I: IntoIterator<Item = (K, V)>,
| ^^^^^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1315:30
|
1315 | let mut serializer = tri!(self.serialize_map(iterator_len_hint(&iter)));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1315:30
|
1315 | let mut serializer = tri!(self.serialize_map(iterator_len_hint(&iter)));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1316:9
|
1316 | tri!(iter.try_for_each(|(key, value)| serializer.serialize_entry(&key, &value)));
| -------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1316:9
|
1316 | tri!(iter.try_for_each(|(key, value)| serializer.serialize_entry(&key, &value)));
| -------------------------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1349:24
|
1349 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1496:30
|
1496 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1596:30
|
1596 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1641:28
|
1641 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1699:28
|
1699 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1770:26
|
1770 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1780:28
|
1780 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1801:28
|
1801 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1801:39
|
1801 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1810:9
|
1810 | tri!(self.serialize_key(key));
| ----------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1810:9
|
1810 | tri!(self.serialize_key(key));
| ----------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1859:28
|
1859 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1925:28
|
1925 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Iterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1946:8
|
1946 | I: Iterator,
| ^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1949:14
|
1949 | (lo, Some(hi)) if lo == hi => Some(lo),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
110 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1949:39
|
1949 | (lo, Some(hi)) if lo == hi => Some(lo),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
110 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/ser/mod.rs:1950:14
|
1950 | _ => None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
110 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:102:17
|
102 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:103:17
|
103 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:112:17
|
112 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:113:17
|
113 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:122:17
|
122 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:123:17
|
123 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:257:36
|
257 | Content::Str(x) => Some(x),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:258:43
|
258 | Content::String(ref x) => Some(x),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:261:22
|
261 | _ => None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
209 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:493:33
|
493 | while let Some(e) = tri!(visitor.next_element()) {
| ---------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:493:33
|
493 | while let Some(e) = tri!(visitor.next_element()) {
| ---------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:493:23
|
493 | while let Some(e) = tri!(visitor.next_element()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:507:34
|
507 | while let Some(kv) = tri!(visitor.next_entry()) {
| -------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:507:34
|
507 | while let Some(kv) = tri!(visitor.next_entry()) {
| -------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:507:23
|
507 | while let Some(kv) = tri!(visitor.next_entry()) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:850:29
|
850 | let tag = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:850:29
|
850 | let tag = match tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:851:17
|
851 | Some(tag) => tag,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:857:22
|
857 | Ok((tag, tri!(Content::deserialize(rest))))
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:857:22
|
857 | Ok((tag, tri!(Content::deserialize(rest))))
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:864:27
|
864 | let mut tag = None;
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
209 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:869:33
|
869 | ... Some(k) = tri!(map.next_key_seed(TagOrContentVisitor::new(self.tag_name))) {
| ---------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:869:33
|
869 | ... Some(k) = tri!(map.next_key_seed(TagOrContentVisitor::new(self.tag_name))) {
| ---------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:869:23
|
869 | ... while let Some(k) = tri!(map.next_key_seed(TagOrContentVisitor::new(self.tag_name))) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:875:31
|
875 | tag = Some(tri!(map.next_value()));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:875:36
|
875 | tag = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:875:36
|
875 | tag = Some(tri!(map.next_value()));
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:878:33
|
878 | let v = tri!(map.next_value());
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:878:33
|
878 | let v = tri!(map.next_value());
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:885:17
|
885 | Some(tag) => Ok((tag, Content::Map(vec))),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1092:21
|
1092 | let value = tri!(visitor.visit_seq(&mut seq_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1092:21
|
1092 | let value = tri!(visitor.visit_seq(&mut seq_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1093:9
|
1093 | tri!(seq_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1093:9
|
1093 | tri!(seq_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1109:21
|
1109 | let value = tri!(visitor.visit_map(&mut map_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1109:21
|
1109 | let value = tri!(visitor.visit_map(&mut map_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1110:9
|
1110 | tri!(map_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1110:9
|
1110 | tri!(map_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1429:25
|
1429 | Some(v) => v,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1444:31
|
1444 | (variant, Some(value))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1446:69
|
1446 | s @ Content::String(_) | s @ Content::Str(_) => (s, None),
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
209 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1562:17
|
1562 | Some(value) => de::Deserialize::deserialize(ContentDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1572:17
|
1572 | Some(value) => seed.deserialize(ContentDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1585:17
|
1585 | Some(Content::Seq(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1588:17
|
1588 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1608:17
|
1608 | Some(Content::Map(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1611:17
|
1611 | Some(Content::Seq(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1614:17
|
1614 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1688:21
|
1688 | let value = tri!(visitor.visit_seq(&mut seq_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1688:21
|
1688 | let value = tri!(visitor.visit_seq(&mut seq_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1689:9
|
1689 | tri!(seq_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1689:9
|
1689 | tri!(seq_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1708:21
|
1708 | let value = tri!(visitor.visit_map(&mut map_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1708:21
|
1708 | let value = tri!(visitor.visit_map(&mut map_visitor));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1709:9
|
1709 | tri!(map_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1709:9
|
1709 | tri!(map_visitor.end());
| ----------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:1999:25
|
1999 | Some(v) => v,
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2014:31
|
2014 | (variant, Some(value))
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2016:77
|
2016 | ref s @ Content::String(_) | ref s @ Content::Str(_) => (s, None),
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
209 + use crate::__private::de::Content::None;
|
error[E0405]: cannot find trait `Copy` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2077:26
|
2077 | impl<'a, 'de: 'a, E> Copy for ContentRefDeserializer<'a, 'de, E> {}
| ^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2130:17
|
2130 | ... Some(value) => de::Deserialize::deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2140:17
|
2140 | Some(value) => seed.deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2153:17
|
2153 | Some(Content::Seq(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2156:17
|
2156 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2176:17
|
2176 | Some(Content::Map(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2179:17
|
2179 | Some(Content::Seq(v)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2182:17
|
2182 | Some(other) => Err(de::Error::invalid_type(
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2198:38
|
2198 | iter: <&'a [Content<'de>] as IntoIterator>::IntoIter,
| ^^^^^^^^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2229:27
|
2229 | let ret = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2229:27
|
2229 | let ret = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2257:17
|
2257 | Some(value) => seed
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2259:26
|
2259 | .map(Some),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0405]: cannot find trait `IntoIterator` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2273:54
|
2273 | iter: <&'a [(Content<'de>, Content<'de>)] as IntoIterator>::IntoIter,
| ^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2285:24
|
2285 | value: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
209 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2302:17
|
2302 | Some((key, value)) => {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2303:34
|
2303 | self.value = Some(value);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2304:76
|
2304 | seed.deserialize(ContentRefDeserializer::new(key)).map(Some)
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2315:17
|
2315 | Some(value) => seed.deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
209 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2408:19
|
2408 | while tri!(access.next_entry::<IgnoredAny, IgnoredAny>()).is_some() {}
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2408:19
|
2408 | while tri!(access.next_entry::<IgnoredAny, IgnoredAny>()).is_some() {}
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2476:36
|
2476 | pub struct Borrowed<'de, T: 'de + ?Sized>(pub &'de T);
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2643:20
|
2643 | if let Some((key, value)) = flat_map_take_entry(entry, variants) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2644:70
|
2644 | return visitor.visit_enum(EnumDeserializer::new(key, Some(value)));
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2660:30
|
2660 | pending_content: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2676:30
|
2676 | pending_content: None,
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2694:13
|
2694 | Ok(value) => Ok(value),
| ^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2695:13
|
2695 | Err(()) => Self::deserialize_other(),
| ^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2758:20
|
2758 | if let Some((ref key, ref content)) = *item {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2763:40
|
2763 | self.pending_content = Some(content);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2764:79
|
2764 | return seed.deserialize(ContentRefDeserializer::new(key)).map(Some);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2767:12
|
2767 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2775:13
|
2775 | Some(value) => seed.deserialize(ContentRefDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2801:20
|
2801 | if let Some((key, content)) = flat_map_take_entry(entry, self.fields) {
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2802:40
|
2802 | self.pending_content = Some(content);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2803:76
|
2803 | return seed.deserialize(ContentDeserializer::new(key)).map(Some);
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2806:12
|
2806 | Ok(None)
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2814:13
|
2814 | Some(value) => seed.deserialize(ContentDeserializer::new(value)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2832:9
|
2832 | Some((k, _v)) => k.as_str().map_or(false, |name| recognized.contains(&name)),
| ^^^^ not found in this scope
|
help: consider importing this tuple variant
|
1 + use crate::__private::de::Content::Some;
|
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2838:9
|
2838 | None
| ^^^^ not found in this scope
|
help: consider importing this unit variant
|
1 + use crate::__private::de::Content::None;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2867:41
|
2867 | let (variant, variant_access) = tri!(data.variant());
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2867:41
|
2867 | let (variant, variant_access) = tri!(data.variant());
| -------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2868:9
|
2868 | tri!(variant_access.unit_variant());
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/de.rs:2868:9
|
2868 | tri!(variant_access.unit_variant());
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:177:27
|
177 | fn serialize_some<T: ?Sized>(self, _: &T) -> Result<Self::Ok, Self::Error>
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:185:56
|
185 | let mut map = tri!(self.delegate.serialize_map(Some(1)));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::__private::de::Content::Some;
|
1 + use crate::__private::ser::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:185:23
|
185 | let mut map = tri!(self.delegate.serialize_map(Some(1)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:185:23
|
185 | let mut map = tri!(self.delegate.serialize_map(Some(1)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:186:9
|
186 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:186:9
|
186 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:191:56
|
191 | let mut map = tri!(self.delegate.serialize_map(Some(1)));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::__private::de::Content::Some;
|
1 + use crate::__private::ser::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:191:23
|
191 | let mut map = tri!(self.delegate.serialize_map(Some(1)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:191:23
|
191 | let mut map = tri!(self.delegate.serialize_map(Some(1)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:192:9
|
192 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:192:9
|
192 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:202:56
|
202 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::__private::de::Content::Some;
|
1 + use crate::__private::ser::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:202:23
|
202 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:202:23
|
202 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:203:9
|
203 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:203:9
|
203 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:204:9
|
204 | tri!(map.serialize_entry(inner_variant, &()));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:204:9
|
204 | tri!(map.serialize_entry(inner_variant, &()));
| --------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:219:38
|
219 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:229:56
|
229 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::__private::de::Content::Some;
|
1 + use crate::__private::ser::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:229:23
|
229 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:229:23
|
229 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:230:9
|
230 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:230:9
|
230 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:231:9
|
231 | tri!(map.serialize_entry(inner_variant, inner_value));
| ----------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:231:9
|
231 | tri!(map.serialize_entry(inner_variant, inner_value));
| ----------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:272:56
|
272 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::__private::de::Content::Some;
|
1 + use crate::__private::ser::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:272:23
|
272 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:272:23
|
272 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:273:9
|
273 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:273:9
|
273 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:274:9
|
274 | tri!(map.serialize_key(inner_variant));
| -------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:274:9
|
274 | tri!(map.serialize_key(inner_variant));
| -------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:283:23
|
283 | let mut map = tri!(self.delegate.serialize_map(len.map(|len| len + 1)));
| --------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:283:23
|
283 | let mut map = tri!(self.delegate.serialize_map(len.map(|len| len + 1)));
| --------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:284:9
|
284 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:284:9
|
284 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:293:25
|
293 | let mut state = tri!(self.delegate.serialize_struct(name, len + 1));
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:293:25
|
293 | let mut state = tri!(self.delegate.serialize_struct(name, len + 1));
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:294:9
|
294 | tri!(state.serialize_field(self.tag, self.variant_name));
| -------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:294:9
|
294 | tri!(state.serialize_field(self.tag, self.variant_name));
| -------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:319:56
|
319 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::__private::de::Content::Some;
|
1 + use crate::__private::ser::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:319:23
|
319 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:319:23
|
319 | let mut map = tri!(self.delegate.serialize_map(Some(2)));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:320:9
|
320 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:320:9
|
320 | tri!(map.serialize_entry(self.tag, self.variant_name));
| ------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:321:9
|
321 | tri!(map.serialize_key(inner_variant));
| -------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:321:9
|
321 | tri!(map.serialize_key(inner_variant));
| -------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:371:25
|
371 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:371:25
|
371 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:377:13
|
377 | / tri!(self
378 | | .map
379 | | .serialize_value(&Content::TupleStruct(self.name, self.fields)));
| |________________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:377:13
|
377 | / tri!(self
378 | | .map
379 | | .serialize_value(&Content::TupleStruct(self.name, self.fields)));
| |________________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:407:32
|
407 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:415:25
|
415 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:415:25
|
415 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:421:13
|
421 | / tri!(self
422 | | .map
423 | | .serialize_value(&Content::Struct(self.name, self.fields)));
| |___________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:421:13
|
421 | / tri!(self
422 | | .map
423 | | .serialize_value(&Content::Struct(self.name, self.fields)));
| |___________________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:503:37
|
503 | let mut tuple = tri!(serializer.serialize_tuple(elements.len()));
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:503:37
|
503 | let mut tuple = tri!(serializer.serialize_tuple(elements.len()));
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:505:25
|
505 | tri!(tuple.serialize_element(e));
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:505:25
|
505 | tri!(tuple.serialize_element(e));
| -------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:511:34
|
511 | let mut ts = tri!(serializer.serialize_tuple_struct(n, fields.len()));
| -------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:511:34
|
511 | let mut ts = tri!(serializer.serialize_tuple_struct(n, fields.len()));
| -------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:513:25
|
513 | tri!(ts.serialize_field(f));
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:513:25
|
513 | tri!(ts.serialize_field(f));
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:519:34
|
519 | ...t mut tv = tri!(serializer.serialize_tuple_variant(n, i, v, fields.len()));
| --------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:519:34
|
519 | ...t mut tv = tri!(serializer.serialize_tuple_variant(n, i, v, fields.len()));
| --------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:521:25
|
521 | tri!(tv.serialize_field(f));
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:521:25
|
521 | tri!(tv.serialize_field(f));
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:527:65
|
527 | let mut map = tri!(serializer.serialize_map(Some(entries.len())));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
340 + use crate::__private::de::Content::Some;
|
340 + use crate::__private::ser::Content::Some;
|
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:527:35
|
527 | let mut map = tri!(serializer.serialize_map(Some(entries.len())));
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:527:35
|
527 | let mut map = tri!(serializer.serialize_map(Some(entries.len())));
| --------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:529:25
|
529 | tri!(map.serialize_entry(k, v));
| ------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:529:25
|
529 | tri!(map.serialize_entry(k, v));
| ------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:535:33
|
535 | let mut s = tri!(serializer.serialize_struct(n, fields.len()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:535:33
|
535 | let mut s = tri!(serializer.serialize_struct(n, fields.len()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:537:25
|
537 | tri!(s.serialize_field(k, v));
| ----------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:537:25
|
537 | tri!(s.serialize_field(k, v));
| ----------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:543:34
|
543 | ...t mut sv = tri!(serializer.serialize_struct_variant(n, i, v, fields.len()));
| ---------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:543:34
|
543 | ...t mut sv = tri!(serializer.serialize_struct_variant(n, i, v, fields.len()));
| ---------------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:545:25
|
545 | tri!(sv.serialize_field(k, v));
| ------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:545:25
|
545 | tri!(sv.serialize_field(k, v));
| ------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:638:31
|
638 | fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Content, E>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:642:39
|
642 | Ok(Content::Some(Box::new(tri!(value.serialize(self)))))
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:642:39
|
642 | Ok(Content::Some(Box::new(tri!(value.serialize(self)))))
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:662:41
|
662 | fn serialize_newtype_struct<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:672:26
|
672 | Box::new(tri!(value.serialize(self))),
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:672:26
|
672 | Box::new(tri!(value.serialize(self))),
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:676:42
|
676 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:690:26
|
690 | Box::new(tri!(value.serialize(self))),
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:690:26
|
690 | Box::new(tri!(value.serialize(self))),
| --------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find value `None` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:739:22
|
739 | key: None,
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
340 + use crate::__private::de::Content::None;
|
340 + use crate::__private::ser::Content::None;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:785:34
|
785 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:789:25
|
789 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:789:25
|
789 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:811:34
|
811 | fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:815:25
|
815 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:815:25
|
815 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:838:32
|
838 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:842:25
|
842 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:842:25
|
842 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:867:32
|
867 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:871:25
|
871 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:871:25
|
871 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:899:30
|
899 | fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:903:23
|
903 | let key = tri!(key.serialize(ContentSerializer::<E>::new()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:903:23
|
903 | let key = tri!(key.serialize(ContentSerializer::<E>::new()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function, tuple struct or tuple variant `Some` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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 crate::__private::de::Content::Some;
|
340 + use crate::__private::ser::Content::Some;
|
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:908:32
|
908 | fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), E>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:916:25
|
916 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:916:25
|
916 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:930:23
|
930 | let key = tri!(key.serialize(ContentSerializer::<E>::new()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:930:23
|
930 | let key = tri!(key.serialize(ContentSerializer::<E>::new()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:931:25
|
931 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:931:25
|
931 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:954:25
|
954 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:954:25
|
954 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:983:25
|
983 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:983:25
|
983 | let value = tri!(value.serialize(ContentSerializer::<E>::new()));
| ---------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1126:38
|
1126 | fn serialize_newtype_variant<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1136:9
|
1136 | tri!(self.0.serialize_key(variant));
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1136:9
|
1136 | tri!(self.0.serialize_key(variant));
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1163:9
|
1163 | tri!(self.0.serialize_key(variant));
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1163:9
|
1163 | tri!(self.0.serialize_key(variant));
| ----------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1186:9
|
1186 | tri!(self.0.serialize_key(inner_variant));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1186:9
|
1186 | tri!(self.0.serialize_key(inner_variant));
| ----------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1205:26
|
1205 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1212:28
|
1212 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1219:28
|
1219 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1219:39
|
1219 | fn serialize_entry<K: ?Sized, V: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1247:28
|
1247 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1292:28
|
1292 | fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1296:21
|
1296 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1296:21
|
1296 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1302:9
|
1302 | tri!(self.map.serialize_value(&Content::Seq(self.fields)));
| ---------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1302:9
|
1302 | tri!(self.map.serialize_value(&Content::Seq(self.fields)));
| ---------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0405]: cannot find trait `Sized` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1338:28
|
1338 | fn serialize_field<T: ?Sized>(
| ^^^^^ not found in this scope
error[E0531]: cannot find tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1346:21
|
1346 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1346:21
|
1346 | let value = tri!(value.serialize(ContentSerializer::<M::Error>::new()));
| ----------------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:285:13
|
285 | Ok(val) => val,
| ^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1352:9
|
1352 | / tri!(self
1353 | | .map
1354 | | .serialize_value(&Content::Struct(self.name, self.fields)));
| |_______________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:13
|
286 | Err(err) => return Err(err),
| ^^^ not found in this scope
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/private/ser.rs:1352:9
|
1352 | / tri!(self
1353 | | .map
1354 | | .serialize_value(&Content::Struct(self.name, self.fields)));
| |_______________________________________________________________________- in this macro invocation
|
= note: this error originates in the macro `tri` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0412]: cannot find type `Result` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/seed.rs:13:49
|
13 | fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
| ^^^^^^ not found in this scope
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
libunwind: malformed __unwind_info at 0x187333CA8 bad second level page
error[E0433]: failed to resolve: use of undeclared type `AsRef`
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:1707:18
|
1707 | .map(AsRef::as_ref)
| ^^^^^ use of undeclared type `AsRef`
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:919:13
|
919 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:923:13
|
923 | Err(de::Error::invalid_length(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:943:17
|
943 | let v = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:944:9
|
944 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:945:9
|
945 | Ok(v)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:972:21
|
972 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1129:13
|
1129 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1133:13
|
1133 | Err(de::Error::invalid_length(
| ^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1171:21
|
1171 | let value = tri!(visitor.visit_map(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1172:9
|
1172 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1173:9
|
1173 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1180:21
|
1180 | let value = tri!(visitor.visit_seq(&mut self));
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1181:9
|
1181 | tri!(self.end());
| ---------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1182:9
|
1182 | Ok(value)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1219:21
|
1219 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1245:27
|
1245 | let key = tri!(kseed.deserialize(key.into_deserializer()));
| ------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1246:29
|
1246 | let value = tri!(vseed.deserialize(value.into_deserializer()));
| -------------------------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1247:17
|
1247 | Ok(Some((key, value)))
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1249:21
|
1249 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1277:21
|
1277 | None => Ok(None),
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1350:20
|
1350 | let pair = tri!(visitor.visit_seq(&mut pair_visitor));
| ------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1352:13
|
1352 | Ok(pair)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1357:13
|
1357 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1370:13
|
1370 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1394:13
|
1394 | Ok(None)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1512:15
|
1512 | match tri!(self.map.next_key_seed(seed)) {
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1513:26
|
1513 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1514:21
|
1514 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1583:13
|
1583 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1590:13
|
1590 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1600:13
|
1600 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/value.rs:1614:13
|
1614 | 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:123:9
|
123 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:129:9
|
129 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:135:9
|
135 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:141:9
|
141 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:147:9
|
147 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:153:9
|
153 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:162:9
|
162 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:188:9
|
188 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:196:38
|
196 | while let Some(IgnoredAny) = tri!(seq.next_element()) {
| ------------------------ in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:199:9
|
199 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:207:52
|
207 | while let Some((IgnoredAny, IgnoredAny)) = tri!(map.next_entry()) {
| ---------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:210:9
|
210 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:219:9
|
219 | Ok(IgnoredAny)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Err` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/lib.rs:286:32
|
286 | Err(err) => return Err(err),
| ^^^ help: a local variable with a similar name exists: `err`
|
::: /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/ignored_any.rs:226:9
|
226 | tri!(data.variant::<IgnoredAny>()).1.newtype_variant()
| ---------------------------------- in this macro invocation
|
= note: this error originates in the macro `tri` (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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:28:9
|
28 | Ok(())
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:67:9
|
67 | Ok(v)
| ^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `Ok` in this scope
--> /Users/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:141:13
|
141 | Ok(v)
| ^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:216:17
|
216 | Ok(v as Self::Value)
| ^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:218:17
|
218 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:278:17
|
278 | Ok(v as Self::Value)
| ^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:280:17
|
280 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:151:17
|
151 | Ok(nonzero)
| ^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:153:17
|
153 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:232:28
|
232 | return Ok(nonzero);
| ^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:235:13
|
235 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:292:28
|
292 | return Ok(nonzero);
| ^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:295:13
|
295 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
300 | / impl_deserialize_num! {
301 | | i8, NonZeroI8 cfg(not(no_num_nonzero_signed)), deserialize_i8
302 | | num_self!(i8:visit_i8);
303 | | int_to_int!(i16:visit_i16 i32:visit_i32 i64:visit_i64);
304 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
305 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:141:13
|
141 | Ok(v)
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:166:13
|
166 | Ok(v as Self::Value)
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:216:17
|
216 | Ok(v as Self::Value)
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:218:17
|
218 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:278:17
|
278 | Ok(v as Self::Value)
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:280:17
|
280 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:151:17
|
151 | Ok(nonzero)
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:153:17
|
153 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:176:17
|
176 | Ok(nonzero)
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:178:17
|
178 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:232:28
|
232 | return Ok(nonzero);
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:235:13
|
235 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:292:28
|
292 | return Ok(nonzero);
| ^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:295:13
|
295 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
307 | / impl_deserialize_num! {
308 | | i16, NonZeroI16 cfg(not(no_num_nonzero_signed)), deserialize_i16
309 | | num_self!(i16:visit_i16);
310 | | num_as_self!(i8:visit_i8);
311 | | int_to_int!(i32:visit_i32 i64:visit_i64);
312 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
313 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:141:13
|
141 | Ok(v)
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:166:13
|
166 | Ok(v as Self::Value)
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:216:17
|
216 | Ok(v as Self::Value)
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:218:17
|
218 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:278:17
|
278 | Ok(v as Self::Value)
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:280:17
|
280 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:151:17
|
151 | Ok(nonzero)
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:153:17
|
153 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:176:17
|
176 | Ok(nonzero)
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:178:17
|
178 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:232:28
|
232 | return Ok(nonzero);
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:235:13
|
235 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
321 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:292:28
|
292 | return Ok(nonzero);
| ^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:295:13
|
295 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
315 | / impl_deserialize_num! {
316 | | i32, NonZeroI32 cfg(not(no_num_nonzero_signed)), deserialize_i32
317 | | num_self!(i32:visit_i32);
318 | | num_as_self!(i8:visit_i8 i16:visit_i16);
319 | | int_to_int!(i64:visit_i64);
320 | | uint_to_self!(u8:visit_u8 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:141:13
|
141 | Ok(v)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:166:13
|
166 | Ok(v as Self::Value)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:278:17
|
278 | Ok(v as Self::Value)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:280:17
|
280 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:151:17
|
151 | Ok(nonzero)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:153:17
|
153 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:176:17
|
176 | Ok(nonzero)
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:178:17
|
178 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:292:28
|
292 | return Ok(nonzero);
| ^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:295:13
|
295 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
323 | / impl_deserialize_num! {
324 | | i64, NonZeroI64 cfg(not(no_num_nonzero_signed)), deserialize_i64
325 | | num_self!(i64:visit_i64);
326 | | num_as_self!(i8:visit_i8 i16:visit_i16 i32:visit_i32);
327 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
328 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:166:13
|
166 | Ok(v as Self::Value)
| ^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:216:17
|
216 | Ok(v as Self::Value)
| ^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:218:17
|
218 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:278:17
|
278 | Ok(v as Self::Value)
| ^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:280:17
|
280 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:176:17
|
176 | Ok(nonzero)
| ^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:178:17
|
178 | Err(Error::invalid_value(Unexpected::Unsigned(0), &self))
| ^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:232:28
|
232 | return Ok(nonzero);
| ^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:235:13
|
235 | Err(Error::invalid_value(Unexpected::Signed(v as i64), &self))
| ^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:292:28
|
292 | return Ok(nonzero);
| ^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:295:13
|
295 | Err(Error::invalid_value(Unexpected::Unsigned(v as u64), &self))
| ^^^ not found in this scope
...
330 | / impl_deserialize_num! {
331 | | isize, NonZeroIsize cfg(not(no_num_nonzero_signed)), deserialize_i64
332 | | num_as_self!(i8:visit_i8 i16:visit_i16);
333 | | int_to_int!(i32:visit_i32 i64:visit_i64);
334 | | uint_to_self!(u8:visit_u8 u16:visit_u16 u32:visit_u32 u64:visit_u64);
335 | | }
| |_- 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/rageshantonyd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.196/src/de/impls.rs:141:13
|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment